GNU bug report logs -
#66655
29.1; Clicking buttons sometimes doesn't work
Previous Next
Full log
Message #64 received at 66655 <at> debbugs.gnu.org (full text, mbox):
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: tomasralph2000 <at> gmail.com, 66655 <at> debbugs.gnu.org
> Date: Tue, 24 Oct 2023 10:50:03 -0400
>
> > change if the change is small enough. So I'm not sure I understand
> > what is new in your idea, if you want to keep the double-click-fuzz
> > test.
>
> What's new is the `mouse_has_moved` boolean which remembers if the mouse
> has been moved some time between the down and the up, contrary to the
> current code which only looks at the relative position of the down and
> the up.
With the current code, if I move the mouse between the events, but the
coordinates differ by less than double-click-fuzz, we will not
generate a drag event. If the mouse-moved flag overrides that, we
will generate a drag event where previously we didn't, isn't that so?
> The patch looks big mostly because it reverts your patch.
I know, and that doesn't bother me per se.
This bug report was last modified 1 year and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.