| Issue 270: | "Uncaught Error: NOT_FOUND_ERR: DOM Exception 8" in jquery.dynatree.js line 1800 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Create a tree including two folder nodes A,B,C. 2. Add four elements e1,e2,e3,e4 to folder A (using A.addChild()). 3. Move all four elements from folder A to folder B using e1.move(B, 'child'). 4. Add three elements e5,e6,e7 to folder A (using A.addChild()). 5. Attempt to move e5 to folder C (using e5.move(B, 'child'). This problem persists for other counts of folders/elements, numbers are mostly for illustration. What is the expected output? What do you see instead? The element e5 should be moved to folder B. Instead I see this error in Chrome console: "Uncaught Error: NOT_FOUND_ERR: DOM Exception 8" in jquery.dynatree.js line 1800 where 1800 reads >> this.parent.ul.removeChild(this.li); What version of the dynatree and jQuery are you using? 1.20 On what operating system and browser? Win7, Chrome 18.0.1dev What DOCTYPE declaration are you using? <!doctype html> Please provide any additional information below. In my attempts to patch this problem, all I could find is that >> tnFirst.span when probed in line 1691 (last line of addChild function) >> return tnFirst; is set as a Span element for e1,e2,e3,e4 and null for e5,e6,e7.
Jan 14, 2012
(No comment was entered for this change.)
Status:
Waiting
Jun 6, 2012
Deferred, so v1.2.1 can be released shortly.
Labels:
-Milestone-Release1.2.1 Milestone-Release1.2.2
Oct 6, 2012
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.2 Milestone-Release1.2.x
Sep 8, 2013
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.x Milestone-Release1.2.5
Sep 8, 2013
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 368 |
Labels: Milestone-Release1.2.1