mmalinowski42 / dynatree

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

Hierarchical multi-selection error on lazy loading #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create tree with hierarchical multi-selection and lazy loading;
2. Check node first to expand;
3. Expand node and children aren't checked.

When i expand for the first time a checked node aven the children have to be 
checked. To get it:

onLazyRead: function (node) {
    node.appendAjax({
        url: ...,
        success: function (node, event) {
            node.toggleSelect();
            node.toggleSelect();
        }
    });
},

Original issue reported on code.google.com by bruscin...@gmail.com on 22 Mar 2013 at 9:36

GoogleCodeExporter commented 9 years ago
As of 2014 Dynatree is feature frozen.
Please have a look at Fancytree (sequel of DynaTree 1.x): chances are good that 
the problem was resolved / the requested featuer is already implemented.
Please open a new issue there otherwise:

https://github.com/mar10/fancytree

Original comment by moo...@wwwendt.de on 1 May 2014 at 4:44

GoogleCodeExporter commented 9 years ago
Cleanup Scrumboard

Original comment by moo...@wwwendt.de on 2 May 2014 at 7:47