Opened 10 years ago
Closed 10 years ago
#9674 closed bug (invalid)
(resizable) alsoResize will also resize height when you only have a east handle
Reported by: | rene___ | Owned by: | rene___ |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Not sure if this is a bug or a feature request. Scenario: a data grid, with resizable columnheaders, { handles: "e", alsoResize: ".column0" }
I resize my header column, my columns also get resized, very usable, but since my header columns have a different height then my data columns, not so usable after all. Although I can only change the width with my 'east handles', the height property is still copied to my data columns specified in 'alsoResize'. I really don't see how this is something usefull.
Change History (2)
comment:1 Changed 10 years ago by
Component: | ui.core → ui.resizable |
---|---|
Owner: | set to rene___ |
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Hi rene_,
Thanks for taking the time to contribute to the jQuery UI project. I'm having a bit of trouble following your example, could you please build a test case that shows the behavior you're describing? You can use this as a starting point: http://jsfiddle.net/tj_vantoll/VJNFF/.