Opened 14 years ago
Closed 14 years ago
#4754 closed bug (fixed)
Accordion autoHeight uses outerHeight instead of height
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.
Fixed in r3038, along with the related (broken) tests.