Bug 93696

Summary: MouseEvent's clientX and clientY should be adjusted when crossing a seamless iframe.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: darin, dglazkov, dominicc, morrita, ojan, shinyak, syoichi, tasak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91290    

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.