Search and Top Navigation
#6957 closed bug (fixed)
Opened February 08, 2011 07:56PM UTC
Closed February 08, 2011 09:13PM UTC
.ui-accordion-content's overflow value does not change back to auto in IE 6
Reported by: | jihohan | Owned by: | jihohan |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you switch to another tab, the old tab content div does gets set with "overflow: hidden" during the animation. In firefox, it correctly goes back to "auto" but in IE 6, it never does.
Attachments (0)
Change History (4)
Changed February 08, 2011 08:06PM UTC by comment:1
owner: | → jihohan |
---|---|
status: | new → pending |
Changed February 08, 2011 08:23PM UTC by comment:2
status: | pending → new |
---|
http://jqueryui.com/demos/accordion/fillspace.html
See [ticket:6936] for a workaround.
Changed February 08, 2011 08:50PM UTC by comment:3
status: | new → open |
---|
Changed February 08, 2011 09:13PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | open → closed |
Accordion: Reset overflow on both content panels being animated, not just the one being shown. Fixes #6957 - .ui-accordion-content's overflow value does not change back to auto in IE 6.
Changeset: fb35d4e5c5638dac72cb53ed37ee240b2fe91f46
Can you please provide a demo showing this problem?