Ticket #4754 (closed bug: fixed)

Opened 13 months ago

Last modified 13 months ago

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:

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

Changed 13 months ago by joern.zaefferer

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.