Skip to main content

Search and Top Navigation

#4754 closed bug (fixed)

Opened August 06, 2009 06:40PM UTC

Closed August 06, 2009 06:45PM UTC

Accordion autoHeight uses outerHeight instead of height

Reported by: jzaefferer 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.

Attachments (0)
Change History (1)

Changed August 06, 2009 06:45PM UTC by jzaefferer comment:1

resolution: → fixed
status: newclosed

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