Metadata
- Source
- FLUID-2326
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2009-03-10T09:17:02.000-0400 - Updated
2011-02-22T16:27:52.388-0500 - Versions
- N/A
- Fixed Versions
-
- 1.0
- Component
-
- UI Options
Description
FLUID-2308 describes an issue with how the accordions bar and contents are displayed after a being hidden with display: none and then shown using display: block.
The proper way to get around this issue is to set the accordion options to {clearStyle: true, autoHeight: false}. Unfortunately, at this time, an error is thrown in IE with these options.
http://dev.jqueryui.com/ticket/4100
It is supposed to already be fixed in trunk, and should be available to use in jQuery UI 1.7
Changes that were maid in the temporary fix came at revision 6695
Environments
IE, Safari
Comments
-
Justin Obara commented
2009-03-11T12:36:50.000-0400 Changed to using the accordion's options to {clearStyle: true, autoHeight: false} to solve FLUID-2308, now that we have updated to jQuery UI 1.7
-
Michelle D'Souza commented
2011-02-22T16:27:52.384-0500 Closing issues that were resolved for 1.0 and earlier releases.