Letractively / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

Checkboxes + SelectMode#3 == consistency problem with lazy loading #358

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Checking a lazy folder before expansion does not propagate the checkboxes to 
lazy loaded children.   

What steps will reproduce the problem?
1. Create a tree with checkbox:true and selectMode: 3 options
2. Check a folder before expanding the folder
3. Expand the folder to trigger the lazy loading.  The sub-items should be 
selected but are not.

http://jsfiddle.net/eschult2001/AAGTz/3/

What version of the dynatree and jQuery are you using?
dynatree latest from svn
jQuery 1.5.x(fiddle) but same on jQuery 1.8.x

On what operating system and browser?
chrome/windows

What DOCTYPE declaration are you using?
jfiddle or DOCTYPE html

Please provide any additional information below.

Original issue reported on code.google.com by eschult2...@gmail.com on 3 Oct 2012 at 4:27

GoogleCodeExporter commented 8 years ago
Ah.  I just found #114 which appears to be the same thing.  I searched but not 
far enough, apparently.

Original comment by eschult2...@gmail.com on 3 Oct 2012 at 4:30

GoogleCodeExporter commented 8 years ago
thanks for reporting this anyway.
I think it's a point for discussion: if the server sends unselected child nodes 
this might as well be interpreted as 'deselect the parent'

Original comment by moo...@wwwendt.de on 3 Oct 2012 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by moo...@wwwendt.de on 26 Jan 2013 at 4:08