WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 81564
Bug 110353
Event dispatch should work even in disconnected DOM trees
https://bugs.webkit.org/show_bug.cgi?id=110353
Summary
Event dispatch should work even in disconnected DOM trees
Dimitri Glazkov (Google)
Reported
2013-02-20 09:54:06 PST
Anne, Olli, and myself discovered on #whatwg that WebKit has an odd quirk in regard to event dispatch: if the node is in a disconnected tree, the event is only fired on the node, and not along the event path. This is not the DOM Core specifies it, and apparently not how Mozilla's event dispatch works. The quirk was introduced back in 2007:
http://trac.webkit.org/changeset/19897
.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2013-02-20 12:55:53 PST
*** This bug has been marked as a duplicate of
bug 81564
***
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