| Issue 291: | .remove() does not work for hidden nodes | |
| 4 people starred this issue and may be notified of changes. | Back to list |
The remove() function does not seem to work as expected. My tree is loaded through initAjax and the server returns a JSON string. In the onPostInit() method, i want to remove some of the nodes from the tree. If I call the remove() method, and exception is thrown, and it seems that the tree is trying to remove an <ul>. I have also tried to remove the nodes in the onCreate() method, but I'm not able to do it there either. Steps to reproduce the problem: 1. load the tree from ajax with initAjax 2. implement the onPostInit() method 3. remove some nodes down the tree that are not shown yet in onPostInit() 4. an exception is thrown
May 1, 2014
Project Member
#1
moo...@wwwendt.de
Status:
WontFix
May 2, 2014
Cleanup Scrumboard
Labels:
Milestone-Release2.0
|