Bug 149488 - Event fired on a detached node does not bubble up
Summary: Event fired on a detached node does not bubble up
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 149243
  Show dependency treegraph
 
Reported: 2015-09-22 17:41 PDT by Ryosuke Niwa
Modified: 2015-09-22 19:18 PDT (History)
5 users (show)

See Also:


Attachments
Fixes the bug (9.47 KB, patch)
2015-09-22 17:48 PDT, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Ryosuke Niwa 2015-09-22 17:48:56 PDT
Created attachment 261786 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2015-09-22 18:42:20 PDT
Committed r190153: <http://trac.webkit.org/changeset/190153>
Comment 3 Chris Dumez 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?