Opened 14 years ago
Closed 14 years ago
#3785 closed bug (fixed)
accordion activate behavior
Reported by: | skeetio | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.accordion | Version: | 1.6rc4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When calling accordion( "activate", index ) and passing the index parameter of -1 or false the correct classes aren't being applied to the header element and the span child element that contains the arrow icon is also not properly being changed. When the elements is called by their individual index, then the accordion behaves as intended. Example code is attached.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | accordion.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | major → critical |
Note: See
TracTickets for help on using
tickets.
Example of accordion behavior bug