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.