RESOLVED FIXED 149488
Event fired on a detached node does not bubble up
https://bugs.webkit.org/show_bug.cgi?id=149488
Summary Event fired on a detached node does not bubble up
Ryosuke Niwa
Reported 2015-09-22 17:41:21 PDT
We don't bubble up events fired on a detached node. This doesn't match spec'd behavior, Firefox, or Chrome.
Attachments
Fixes the bug (9.47 KB, patch)
2015-09-22 17:48 PDT, Ryosuke Niwa
koivisto: review+
Ryosuke Niwa
Comment 1 2015-09-22 17:48:56 PDT
Created attachment 261786 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2015-09-22 18:42:20 PDT
Chris Dumez
Comment 3 2015-09-22 19:18:15 PDT
Comment on attachment 261786 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=261786&action=review > LayoutTests/fast/events/event-propagation-in-detached-tree.html:52 > +var successfullyParsed = true; Why this?
Note You need to log in before you can comment on or make changes to this bug.