[Webkit-unassigned] [Bug 85854] New: [Shadow] Event dispatching from output child node is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 7 20:11:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85854

           Summary: [Shadow] Event dispatching from output child node is
                    wrong
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/MPJxB/
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominicc at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    hayato at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list