Bug 149488

Summary: Event fired on a detached node does not bubble up
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, kangil.han, koivisto
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149243    
Attachments:
Description Flags
Fixes the bug koivisto: review+

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?