Search and Top Navigation
#4331 closed bug (fixed)
Opened March 13, 2009 10:59AM UTC
Closed March 18, 2009 10:26AM UTC
Last modified March 19, 2009 03:35AM UTC
Accordion requires theme CSS to function in IE
Reported by: | willhowat | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7.1 |
Component: | ui.accordion | Version: | 1.7 |
Keywords: | accordion ie theme css ui.core.css .ui-helper-reset | Cc: | will.howat@lbi.com |
Blocked by: | Blocking: |
Description
Problem
UI downloaded with no theme. Accordion plugin fails in IE.
In IE the first show/hide is successful and subsequent show/hides throw an error (invalid argument). This behaviour is seen in IE7 & IE6 in a simple test case using the assets from SVN trunk and markup from the accordion demo supplied in the development bundle.
Temporary fix
By including theme CSS the problem does not occur.
I believe I've tracked this down to ui.core.css, specifically the rule .ui-helper-reset. If a valid border property is present the accordion functions correctly in IE.
Attachments (1)
Change History (4)
Changed March 17, 2009 11:42AM UTC by comment:1
Changed March 18, 2009 10:26AM UTC by comment:2
milestone: | TBD → 1.8 |
---|---|
priority: | major → critical |
resolution: | → fixed |
status: | new → closed |
Fixed in r2307
Changed March 18, 2009 10:32AM UTC by comment:3
Changed March 19, 2009 03:35AM UTC by comment:4
milestone: | 1.8 → 1.7.1 |
---|
merged to 1.7.1 in r2326
Added visual test http://jquery-ui.googlecode.com/svn/trunk/tests/visual/accordion/accordion_ticket_4331.html