Search and Top Navigation
#4618 closed bug (fixed)
Opened June 19, 2009 08:13PM UTC
Closed July 12, 2010 01:37PM UTC
When options collapsible:true Getter active returns inital active index or null
Reported by: | Coolhand2120 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.2 |
Component: | ui.accordion | Version: | 1.7.2 |
Keywords: | options active getter collapsible | Cc: | powella@gmail.com |
Blocked by: | Blocking: |
Description
When you create a accordion with the option collapsible:true, using the option active to get the index returns an incorrect value.
getter should return the active index, however it returns the
index intally set using the active:index option
var active = $('.selector').accordion('option', 'active');
This also effects the object UI in the following function, again returning the inital active object rather than the curretly selected object:
$('#accordion').bind('accordionchange', function(event, ui) {
ui.newHeader jQuery object, activated header
}
Here is a URL to an example http:jsbin.com/icotu
The alert that occurs when the page is loaded should have the selected index, it says "null" however, matching the inital activated object.
Attached is another example, almost exactly the same as the above URL.
Attachments (1)
Change History (2)
Changed July 09, 2009 01:49PM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed July 12, 2010 01:37PM UTC by comment:2
milestone: | 1.9 → 1.8.2 |
---|---|
resolution: | → fixed |
status: | new → closed |
This was fixed in a previous release. You can verify with the referenced jsbin example by changed jQuery to 1.4.2 and jQuery UI to 1.8.2.