RESOLVED INVALID Bug 93696
MouseEvent's clientX and clientY should be adjusted when crossing a seamless iframe.
https://bugs.webkit.org/show_bug.cgi?id=93696
Summary MouseEvent's clientX and clientY should be adjusted when crossing a seamless ...
Hayato Ito
Reported 2012-08-10 00:44:30 PDT
We have to adjust MouseEvent's clientX and clientY so that they should be based on coordinate system of the parent document.
Attachments
Hayato Ito
Comment 1 2012-08-21 17:55:29 PDT
Darin Adler
Comment 2 2016-12-27 12:19:51 PST
My latest patch removes the dead code that was doing this incorrectly. If we implement seamless frames, then we will come back to this and we should cover this with testing.
Note You need to log in before you can comment on or make changes to this bug.