Bug 81922

Summary: DOMNodeRemoved events should be dispatched as early as possible during node removal
Product: WebKit Reporter: Adam Klein <adamk>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Adam Klein
Reported 2012-03-22 09:01:54 PDT
For example, ContainerNode currently calls document()->nodeWillBeRemoved() _before_ DOMNodeRemoved, allowing event listeners to see a tree containing a node that, as far as selection is concerned, is not in the document.
Attachments
Ryosuke Niwa
Comment 1 2012-04-30 16:08:44 PDT
Note You need to log in before you can comment on or make changes to this bug.