Bug 30636

Summary: [GTK] Double click detection in EventSender DRT is not correct
Product: WebKit Reporter: Alejandro G. Castro <alex>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
First patch proposal
none
Fixed Changelog comment none

Alejandro G. Castro
Reported 2009-10-21 10:57:10 PDT
It is something like this: if (lastClickPositionX != lastMousePositionX && lastClickPositionY != lastMousePositionY) In my opinioin it should be something like this: if (lastClickPositionX != lastMousePositionX || lastClickPositionY != lastMousePositionY)
Attachments
First patch proposal (1.28 KB, patch)
2009-10-21 11:07 PDT, Alejandro G. Castro
no flags
Fixed Changelog comment (1.28 KB, patch)
2009-10-21 11:18 PDT, Alejandro G. Castro
no flags
Alejandro G. Castro
Comment 1 2009-10-21 11:07:08 PDT
Created attachment 41578 [details] First patch proposal
Alejandro G. Castro
Comment 2 2009-10-21 11:18:00 PDT
Created attachment 41585 [details] Fixed Changelog comment
Xan Lopez
Comment 3 2009-10-21 11:19:33 PDT
Comment on attachment 41585 [details] Fixed Changelog comment Yep.
WebKit Commit Bot
Comment 4 2009-10-21 12:03:37 PDT
Comment on attachment 41585 [details] Fixed Changelog comment Clearing flags on attachment: 41585 Committed r49913: <http://trac.webkit.org/changeset/49913>
WebKit Commit Bot
Comment 5 2009-10-21 12:03:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.