Search and Top Navigation
#1811 closed bug (fixed)
Opened October 17, 2007 08:39AM UTC
Closed December 13, 2007 12:51PM UTC
Last modified February 26, 2009 11:13AM UTC
accordion animation prevents dynamic content
Reported by: | crenix | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | 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 (4)
Changed November 05, 2007 03:32PM UTC by comment:1
owner: | → joern |
---|
Changed December 13, 2007 12:51PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in latest revision. Added the clearStyle option for this usecase. Won't work in combination with autoheight.
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:13AM UTC by comment:4
milestone: | → 1.5 |
---|