[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 #6 from Anne <annevk@annevk.nl> ---
I would start by removing the requirements around "In general". relatedTarget
should follow from the algorithm and you do not want two places requiring
things about it. Note that relatedTarget can presumably be in a distinct tree
as well. In fact, the way it is defined now it can even be an XMLHttpRequest
object. So you need to account somehow for these weird cases when doing
adjustment. Perhaps just be setting it to the adjusted target?

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

Received on Saturday, 8 December 2012 09:55:11 UTC