Bug 35690 - When the page is zoomed, the mouse double-click position is reported incorrectly
Summary: When the page is zoomed, the mouse double-click position is reported incorrectly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 10:33 PST by Chad Faragher
Modified: 2010-03-03 19:31 PST (History)
1 user (show)

See Also:


Attachments
patch to fix zoom double-click bug (4.97 KB, patch)
2010-03-03 11:13 PST, Chad Faragher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.