Bug Data
ID: |
#0072 |
Status: |
Fixed |
Severity: |
Critical |
Reporter: |
Rob Krueger
|
Submitted: |
13-02-09 17:37 |
|
Product Data
Product: |
|
Ample SDK |
Component: |
|
DOM Core |
Version: |
|
0.8.x |
OS: |
|
> Any |
Browser: |
|
> Any |
|
|
Description
insertBefore method impoperly updates childNodes when re-arranging children |
|
Following example illustrates the problem:
var o = ample.getElementById("list");
o.insertBefore(o.firstChild, o.lastChild) |
|
|
Messages written for this bug
No messages has been appended yet. |
|
Add a message
|