Ticket #4331 (closed bug: fixed)
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@… |
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by willhowat
-
attachment
index.html
added
comment:2 Changed 4 years ago by rdworth
- Priority changed from major to critical
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from TBD to 1.8
Fixed in r2307
Note: See
TracTickets for help on using
tickets.


Test case HTML