[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 #9 from Anne <annevk@annevk.nl> ---
The right approach here is to only do the relatedTarget check when the event is
trusted.

So if the event is trusted and the relatedTarget check returns true, pick a
limited path at dispatch time.

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

Received on Thursday, 23 April 2015 18:41:44 UTC