Bug 184079 - Implement shadow-related event dispatch changes
Summary: Implement shadow-related event dispatch changes
Status: RESOLVED DUPLICATE of bug 218638
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 148695
  Show dependency treegraph
 
Reported: 2018-03-28 05:52 PDT by Anne van Kesteren
Modified: 2020-11-09 08:50 PST (History)
3 users (show)

See Also:


Attachments
WIP (7.89 KB, patch)
2018-09-20 19:19 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2018-03-28 05:52:12 PDT
See http://w3c-test.org/dom/events/relatedTarget.window.html and https://github.com/whatwg/dom/pull/585 for all the algorithm changes (it's a big change).
Comment 1 Radar WebKit Bug Importer 2018-03-28 15:33:41 PDT
<rdar://problem/38975037>
Comment 2 Ryosuke Niwa 2018-09-20 19:19:07 PDT
Created attachment 350304 [details]
WIP

I started writing a patch but I'm getting confused about what the intended behavior change is.

Perhaps what we're trying to do is to set target/related target to null
if the event path stopped inside a shadow tree?
Comment 3 Lucas Forschler 2019-02-06 09:18:57 PST
Mass move bugs into the DOM component.
Comment 4 Chris Dumez 2020-11-09 08:50:34 PST

*** This bug has been marked as a duplicate of bug 218638 ***