[Bug 20017] [Shadow]: Retargeting relatedTarget algorithm prevents events from be fired if a user creates a MouseEvent manually with a relatedTarget which is same to the target.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20017

--- Comment #3 from Hayato Ito <hayato@chromium.org> ---
The current WIP patch in WebKit
(https://bugs.webkit.org/show_bug.cgi?id=102681) implements the following
behavior:

If user fires an custom event with a relatedTarget which is same to the target:

- Dispatch an event on the ancestor nodes in the shadow tree where the event is
originally fired (even though these nodes's target and relatedTarget are same)

- Don't dispatch an event for ancestors nodes *beyond* the first shadow
boundary.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 28 November 2012 07:52:14 UTC