#2127 closed bug (fixed)
slide animation bug in nested accordions in IE
Reported by: | Scott González | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | accordion | Cc: | |
Blocked by: | Blocking: |
Description
Nested accordions in IE do not animate properly. The inner accordion does not slide up/down, it just shows and hides at the start and end of the animations.
See http://www.scottsplayground.com/temp/nested_accordions/ for an example.
Change History (4)
comment:1 Changed 15 years ago by
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Removing ul.ui-accordion-container li { position: relative; } from the CSS fixes this issue.