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.

Change History (1)

comment:1 Changed 14 years ago by Jörn Zaefferer

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.