[Webkit-unassigned] [Bug 174288] Capturing event listeners are called during bubbling phase for shadow hosts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 00:01:51 PDT 2018


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

--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org> ---
This patch seems to affect media controls because now capturing event listeners on the media elements will be invoked before capturing event listeners inside a shadow root is invoked (capturing event listeners on the ancestors of media elements would have been invoked before capturing/at-target event listeners in the shadow trees so any bug this patch will introduce was likely a bug before this patch as well).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180913/d50a6968/attachment.html>


More information about the webkit-unassigned mailing list