On Wed, 2007-03-14 at 10:18 -0500, Ryan May wrote:> Hi,
>
> Can anyone help me diagnose some issues with mouse button events in
> Weatherscope? (http://bugs.winehq.org/show_bug.cgi?id=3077) It's a
> really annoying bug, as anytime you right click on an entry to open the
> properties dialog, when the dialog opens, the program thinks you are
> still holding down the mouse button. This triggers the
> drag-and-dropping support to reorder items, instead of allowing you to
> just interact with the dialog.
>
> Weatherscope is freely available here:
> http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.4.1.exe
I tried this. I caught the stuff about using the full command line, did
no tricks or fiddles, and the mouse behaved perfectly. I could enter
graph mode, cover something, right click, select properties, and
everything worked fine. I'd need instructions or a file to put the
program through any paces, though.
My system is FC5, with a usb optical mouse. In my experience, issues
with a mouse that works are usually the protocol. I have this in
xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
2.6 kernels are also intolerant of older mouse types, I find.