#2126 closed bug (fixed)
autoheight: false bug in nested accordions
Reported by: | Scott González | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | accordion | Cc: | |
Blocked by: | Blocking: |
Description
With nested accordions, certain combinations of opening/closing content panes cause problems when autoheight is set to false.
See http://www.scottsplayground.com/temp/nested_accordions/ for an example with instructions on how to re-create the problem.
Attachments (1)
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
ui.accordion.js was out-of-sync with jquery.accordion.js - I'm still maintaining both until UI gets a stable release. The clearStyle option is now also available via ui.accordion.js.
This helps with nested accordions (which were never meant to be supported), though the third issue ([IE] Open/close 1a. Notice that the nested accordion does not show/hide properly.) still remains.
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
[4419] didn't fix the problem; I've attached a patch.
Changed 15 years ago by
Attachment: | slideanimation.patch added |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Applied the patch in [4424].
comment:7 Changed 14 years ago by
Milestone: | → 1.5 |
---|
This is caused by setting the height explicitly in the slide animation ($.ui.accordion.animations.slide). Looking at previous revisions, it looks like the clearStyle option used to exist to fix this problem.