Ticket #6892 (closed bug: fixed)
Accordion: broken animation in Chrome
| Reported by: | joern.zaefferer | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.accordion | Version: | 1.8.9 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Testpage: http://jsbin.com/uhora5/5
Open in Chrome 8. Click on a closed header, and while the animation works, the content width is way too small, causing the height to be way too big, making the animation look very bad.
Can be worked around by replacing the ul with a div and removing the li elements.
Change History
Note: See
TracTickets for help on using
tickets.


Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome.