Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by skeetio
-
attachment
accordion.html
added
Note: See
TracTickets for help on using
tickets.


Example of accordion behavior bug