Skip to main content

Bug Tracker

Side navigation

#4853 closed bug (invalid)

Opened July 05, 2009 06:38AM UTC

Closed October 12, 2009 11:21PM UTC

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:
Blocked by: Blocking:
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 (1)
Change History (1)

Changed October 12, 2009 11:21PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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 .