Bug 85854 - [Shadow] Event dispatching from output child node is wrong
Summary: [Shadow] Event dispatching from output child node is wrong
Status: RESOLVED DUPLICATE of bug 78586
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/MPJxB/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 20:11 PDT by Dominic Cooney
Modified: 2019-02-06 09:19 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Cooney 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.
Comment 1 Hayato Ito 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 ***
Comment 2 Lucas Forschler 2019-02-06 09:19:03 PST
Mass move bugs into the DOM component.