[Webkit-unassigned] [Bug 63621] REGRESSION: DOMNodeRemoved doesn't fire when removing text node in contenteditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 10:31:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63621





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-06-29 10:31:11 PST ---
This is a behavioral change since http://trac.webkit.org/changeset/73690, and it's intentional.  The DOMNodeRemoved is fired for the node AFTER the node is removed from the document.  However, because the node does not have a parent after the removal, it appears as if the event was never fired if you just attach an event handler on some ancestor.

-- 
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