Search and Top Navigation
#2127 closed bug (fixed)
Opened January 08, 2008 05:47PM UTC
Closed January 11, 2008 02:13PM UTC
Last modified February 26, 2009 11:22AM UTC
slide animation bug in nested accordions in IE
| Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (4)
Changed January 08, 2008 07:55PM UTC by comment:1
Changed January 11, 2008 02:13PM UTC by comment:2
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Fixed in [4420].
Changed May 24, 2008 03:39AM UTC by comment:3
| milestone: | 1.2.2 |
|---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:22AM UTC by comment:4
| milestone: | → 1.5 |
|---|
Removing ul.ui-accordion-container li { position: relative; } from the CSS fixes this issue.