Search and Top Navigation
#3785 closed bug (fixed)
Opened January 07, 2009 03:10PM UTC
Closed January 19, 2009 03:09PM UTC
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.