#1811 closed bug (fixed)
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.
Change History (4)
comment:1 Changed 15 years ago by
Owner: | set to joern |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in latest revision. Added the clearStyle option for this usecase. Won't work in combination with autoheight.