Side navigation
#2127 closed bug (fixed)
Opened January 08, 2008 05:47PM UTC
Closed January 11, 2008 02:13PM UTC
slide animation bug in nested accordions in IE
Reported by: | scottgonzalez | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | ui | 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.
Removing ul.ui-accordion-container li { position: relative; } from the CSS fixes this issue.