Bug 85854

Summary: [Shadow] Event dispatching from output child node is wrong
Product: WebKit Reporter: Dominic Cooney <dominicc>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dglazkov, dominicc, hayato
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jsfiddle.net/MPJxB/

Dominic Cooney
Reported 2012-05-07 20:11:10 PDT
See <http://jsfiddle.net/MPJxB/> DOM is: <div id="w"> {SR} <div id="u"> <content> (selects "t") <div id="t"> (light child of "w") Clicking on "t" dispatches events on t, t. I would expect the event to bubble to u and w, and I would not expect the event to be dispatched on "t" twice. Clicking on "u" dispatches events to u, w; so that _does_ bubble. Clicking on "w" dispatches on w only once. Seems fine.
Attachments
Hayato Ito
Comment 1 2012-05-07 22:53:28 PDT
Marked it as duplicate of 78586. I think WIP patch in 78586 will resolve the issue. *** This bug has been marked as a duplicate of bug 78586 ***
Lucas Forschler
Comment 2 2019-02-06 09:19:03 PST
Mass move bugs into the DOM component.
Note You need to log in before you can comment on or make changes to this bug.