Ticket #4754 (closed bug: fixed)
Accordion autoHeight uses outerHeight instead of height
| Reported by: | joern.zaefferer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 |
| Component: | ui.accordion | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In resize, the accordion uses outerHeight to calculate the biggest content panel. Setting that height to that element causes it to increase in height, which is not the intentation.
Using height() instead should work fine.
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r3038, along with the related (broken) tests.