[Bug 1752] Mouse clicking has slight delay
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 6 04:54:50 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 gbin-freedesktop at gootz.net 2004-12-06 04:54 -------
It is fixable, it should not freeze the moves until it receives
Imagine this series of events :
left_click, move1, move2, [timeout for listening to the other button], move3, move4
Current behavior :
move1, move2, left_click, move3, move4
Correct behavior :
move1, move2, left_click, -move1, -move2, move3, move4
Because move1 & 2 has to be send right away for user responsivemeness.
-move1 = the move that cancel move1
--
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