[Webkit-unassigned] [Bug 38853] Double clicks cause three button press events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 12:46:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38853


Alejandro G. Castro <alex at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at igalia.com




--- Comment #4 from Alejandro G. Castro <alex at igalia.com>  2010-05-10 12:46:20 PST ---
Could the patch be divided like:
  - Refactoring, these changes look nice: prepareMouseButtonEvent, sendOrQueueEvent, 
  - Fix click problems
  - leapForward support, why is this required? Could you just leave the main loop iterate as usual? 

+            while (!doneLeapingForward)
+                gtk_main_iteration();

Does this change in the condition inside makeEventSender solves the clicks problem or a problem with the replaying queue?

-    if (!replayingSavedEvents) {
-        // This function can be called in the middle of a test, even
-        // while replaying saved events. Resetting these while doing that
-        // can break things.
+    if (isTopFrame) {

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list