Opened 13 years ago
Closed 13 years ago
#6957 closed bug (fixed)
.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.
Change History (4)
comment:1 Changed 13 years ago by
Owner: | set to jihohan |
---|---|
Status: | new → pending |
comment:2 Changed 13 years ago by
Status: | pending → new |
---|
http://jqueryui.com/demos/accordion/fillspace.html
See 6936 for a workaround.
comment:3 Changed 13 years ago by
Status: | new → open |
---|
comment:4 Changed 13 years ago by
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
Note: See
TracTickets for help on using
tickets.
Can you please provide a demo showing this problem?