GNU bug report logs - #57020
29.0.50; Mouse wheel stops working

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Sat, 6 Aug 2022 22:54:01 UTC

Severity: normal

Found in version 29.0.50

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 57020 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 57020 <at> debbugs.gnu.org
Subject: Re: bug#57020: 29.0.50; Mouse wheel stops working
Date: Mon, 08 Aug 2022 10:36:23 +0800
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

> Po Lu <luangruo <at> yahoo.com> writes:
>
>> 		      printf ("%g\n", delta);
>>
>> afterwards?  Then, please see if any (and what) values are printed once
>> the mouse wheel stops working.
>
> Short answer: nothing is printed.
>
> Before the issue starts happening, I see -1 and +1 for each wheel
> "click" and lots of 1.79769e+308 values when moving the mouse.
>
> Once scrolling stopped working, mouse wheel turning leads to no output
> any more (but the 1.79769e+308 values are still printed).
>
> What I was also noticing: when turning the mouse wheel over the scroll
> bar, there is a visual feedback: it looks like the scroll bar would lead
> to a scroll (the bar moves), but scrolling is not happening, the buffer
> text stands still.  Also that is happening without output for DELTA.
>
> Michael.

Hmm, thanks.  Could you also add the following instrumentation to that
code, like such:

	      device = xi_device_from_id (dpyinfo, xev->deviceid);

	      if (!device)
		{
		  fprintf (stderr, "device not found, %d\n", xev->deviceid);
		  goto XI_OTHER;
		}

and see if that is ever printed when wheel movement stops working?




This bug report was last modified 2 years and 282 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.