Opened 14 years ago
Closed 14 years ago
#3626 closed enhancement (fixed)
ui.accordion resize not possible
Reported by: | tud | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.accordion | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It's not possible to resize ui.accordion menu when the browser window is resized. the problem is described at http://groups.google.com/group/jquery-ui/browse_thread/thread/12f2f0674cd0ed44 A solution could be http://groups.google.com/group/jquery-ui/browse_thread/thread/f4b963fc7f387a56
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | accordion-updateheight.patch added |
---|
comment:1 Changed 14 years ago by
I've attached an updated version of the fix. As it is only about the height (and not the width) I renamed the method to updateHeight().
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.next → 1.6 |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [1204]. Its now called resize, for now handles only height, but that may change in the future.
Note: See
TracTickets for help on using
tickets.
resize() for current SVN (renamed to updateHeight())