[Webkit-unassigned] [Bug 55666] DOMNodeRemoved events are not dispatched
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 3 06:31:30 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55666
--- Comment #2 from Andrey Adaikin <aandrey at google.com> 2011-03-03 06:31:30 PST ---
Also, if you delete the line 8 in the test case, here is the output in Safari 5.0.3:
Event DOMNodeRemoved: // line #8
Event DOMNodeInserted:
Event DOMNodeRemoved: // line #9
Event DOMNodeInserted:
Event DOMNodeRemoved:
Event DOMNodeRemoved:
Event DOMNodeInserted: // line #9
Event DOMNodeRemoved:
And in the latest Chrome 11.0.686.1:
Event DOMNodeInserted: // line #9
Event DOMNodeRemoved: // line #9
Event DOMNodeInserted: // line #9
Event DOMNodeRemoved: // line #9
Event DOMNodeInserted: // line #9
Event DOMNodeRemoved: // line #9
Event DOMNodeInserted: // line #9
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list