When I scroll using the mouse wheel, sometime some text is marked and clicked on.
Working with text this is rather "dangerous" as text may disappear; while in Forefox it's more annoying: Boxes telling this link does not exist has to be clicked to go away.
It's a pretty standard Logitec wireless mouse/keyboard, and this does not happen in W2000.
I'm pretty sure I don't press the wheel, just rolling gently.
In xorg.conf the mouse and keyboard is set like this:
Working with text this is rather "dangerous" as text may disappear; while in Forefox it's more annoying: Boxes telling this link does not exist has to be clicked to go away.
It's a pretty standard Logitec wireless mouse/keyboard, and this does not happen in W2000.
I'm pretty sure I don't press the wheel, just rolling gently.
In xorg.conf the mouse and keyboard is set like this:
Code:
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "no" Option "XkbVariant" "no" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection