[Bug 1752] Mouse clicking has slight delay

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 3 19:32:35 PST 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=1752        
   




------- Additional Comments From sandmann at daimi.au.dk  2004-12-03 19:32 -------
It looks like this happens when Emulate3Buttons is on.

Apparently when the Emulate3Buttons code sees a button press, it doesn't
immediately post the event; instead it waits for a brief while to see if the
user also presses the second button. In that period of time, motion events are
posted as normal, causing the delay.

So an immediate fix for users is to just turn off Emulate3Buttons, but I'd say
that what the code does currently is probably wrong. Events should not be
reordered; instead the motion events should be deferred until after the timeout.        
   
   
--         
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list