Bug 35690

Summary: When the page is zoomed, the mouse double-click position is reported incorrectly
Product: WebKit Reporter: Chad Faragher <wyck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch to fix zoom double-click bug none

Description Chad Faragher 2010-03-03 10:33:52 PST
When you zoom the page in or out and double-click, the coordinates of the mouse click are reported incorrectly (as received by the javascript ondblclick handler).  The incorrect mouse coordinates are reported as if the page was never zoomed at all.  Single-clicks are reported correctly.

I suspect something is wrong with the treatment of double-clicks in the framework because single-clicks are reported with correct coordinates.
Comment 1 Chad Faragher 2010-03-03 11:13:09 PST
Created attachment 49925 [details]
patch to fix zoom double-click bug
Comment 2 WebKit Commit Bot 2010-03-03 19:31:20 PST
Comment on attachment 49925 [details]
patch to fix zoom double-click bug

Clearing flags on attachment: 49925

Committed r55499: <http://trac.webkit.org/changeset/55499>
Comment 3 WebKit Commit Bot 2010-03-03 19:31:25 PST
All reviewed patches have been landed.  Closing bug.