Bug 93696 - MouseEvent's clientX and clientY should be adjusted when crossing a seamless iframe.
Summary: MouseEvent's clientX and clientY should be adjusted when crossing a seamless ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 91290
  Show dependency treegraph
 
Reported: 2012-08-10 00:44 PDT by Hayato Ito
Modified: 2016-12-27 12:19 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 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.
Comment 1 Hayato Ito 2012-08-21 17:55:29 PDT
See the comment here: https://bugs.webkit.org/show_bug.cgi?id=93678#c4
Comment 2 Darin Adler 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.