Skip to main content

Bug Tracker

Side navigation

#1811 closed bug (fixed)

Opened October 17, 2007 08:39AM UTC

Closed December 13, 2007 12:51PM UTC

accordion animation prevents dynamic content

Reported by: crenix Owned by: joern
Priority: major Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: accordion dynamic Cc:
Blocked by: Blocking:
Description

The accordion changes the style of the div that contains it. So at the end of the animation, the style is something like:

style="overflow: hidden; height: 109px"

The problem is if you have dynamic content within that accordion, then any new content you add in gets cut off because of the height constraint and overflow.

My suggestion is after the animation is done, to clear the style completely so everything is back to auto.

Attachments (0)
Change History (2)

Changed November 05, 2007 03:32PM UTC by paul comment:1

owner: → joern

Changed December 13, 2007 12:51PM UTC by joern comment:2

resolution: → fixed
status: newclosed

Fixed in latest revision. Added the clearStyle option for this usecase. Won't work in combination with autoheight.