| Issue 235: | rootNode.countChildren() returns all the nodes in the tree, getChildren() returns the correct number | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. create a tree with at least two levels of visible nodes 2. get the root node, then print out rootNode.countChildren() 3. print rootNode.getChildren().length What is the expected output? What do you see instead? Expecting both print out should be the same. However, countChildren() returns the number of all nodes in the tree, getChildren() returns correctly, the direct descendants What version of the product are you using? 1.2.0 On what operating system and browser? Chrome on Windows 7 Please provide any additional information below.
May 1, 2014
Project Member
#1
moo...@wwwendt.de
Status:
WontFix
May 2, 2014
Cleanup Scrumboard
Labels:
Milestone-Release2.0
|