Bug Tracker

Modify

Ticket #4853 (closed bug: invalid)

Opened 3 years ago

Last modified 2 years ago

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

jquery.treeview.async.js Download (2.0 KB) - added by quaff 3 years ago.

Change History

Changed 3 years ago by quaff

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.