bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#687: 23.0.60; Mouse wheel should not trigger mouse avoidance


From: Lennart Borgman (gmail)
Subject: bug#687: 23.0.60; Mouse wheel should not trigger mouse avoidance
Date: Tue, 12 Aug 2008 20:55:04 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Chong Yidong wrote:
I noticed that mouse wheel events might trigger mouse avoidance. That
seems inappropriate. The attached patch should fix that.

Doesn't the code just below your change prevent mouse wheel events from
triggering avoidance?

   (memq 'click modifiers)
   ...
   (memq 'down modifiers)))))))

Do you have a recipe for reproducing the bug?

Not sure, but my fix does not cure the problem. I think I understand better how to reproduce it now:

- Move the mouse pointer while scrolling with the scroll wheel.

Can you reproduce the problem this way?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]