Skip to main content

Search and Top Navigation

#5406 closed bug (fixed)

Opened March 23, 2010 01:55PM UTC

Closed July 13, 2010 01:41PM UTC

Last modified November 19, 2010 06:25PM UTC

autoHeight resize not working

Reported by: jghermsen Owned by:
Priority: minor Milestone: 1.8.3
Component: ui.accordion Version: 1.8
Keywords: Cc:
Blocked by: Blocking:
Description

I found the resize when using autoheight doesn't work if content gets larger.

Solution in the resize autoHeight section add:

$(this).css("height", "");

So something like:

maxHeight = 0;

this.headers.next().each(function() {

$(this).css("height", "");

maxHeight = Math.max(maxHeight, $(this).height());

}).height(maxHeight);

Attachments (0)
Change History (3)

Changed July 13, 2010 01:41PM UTC by scottgonzalez comment:1

milestone: TBD1.9
resolution: → fixed
status: newclosed

Fixed in ba387ce.

Changed August 04, 2010 01:27AM UTC by scottgonzalez comment:2

milestone: 1.91.8.3

Changed November 19, 2010 06:25PM UTC by Scott González comment:3

Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resize not working.

Changeset: ba387ce1c5ee4b0adce4f490fe1052ec525cb121