Modify ↓
Ticket #4853 (closed bug: invalid)
jquery.treeview.async.js doesn't lazy load json data when settings.unique=true
| Reported by: | quaff | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
when settings.unique=true,it will collapse siblings and call their toggle callback,so It need to change from if ($this.hasClass("hasChildren")) to if($this.hasClass('collapsable')&&$this.hasClass("hasChildren")) in line 60
Attachments
Change History
comment:1 Changed 2 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

