Modify ↓
Ticket #2127 (closed bug: fixed)
slide animation bug in nested accordions in IE
| Reported by: | scott.gonzalez | Owned by: | paul |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | accordion | Cc: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Removing ul.ui-accordion-container li { position: relative; } from the CSS fixes this issue.