WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
81922
DOMNodeRemoved events should be dispatched as early as possible during node removal
https://bugs.webkit.org/show_bug.cgi?id=81922
Summary
DOMNodeRemoved events should be dispatched as early as possible during node r...
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
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-04-30 16:08:44 PDT
Fixed in
http://trac.webkit.org/changeset/115686
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug