Bug 312379 - Mouse pointer threshold should always be greater than zero
Summary: Mouse pointer threshold should always be greater than zero
Status: RESOLVED DOWNSTREAM
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_mouse (show other bugs)
Version: 4.9.4
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-30 13:28 UTC by Michael Seifert
Modified: 2016-11-11 14:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Seifert 2012-12-30 13:28:17 UTC
The user should not be able to set the threshold for the mouse pointer to 0 pixels. Doing so results in pointer jumps as described in bug #219867 (see also comment 11 by me).

Reproducible: Always

Steps to Reproduce:
1. Set the pointer threshold to 0 pixels
2. Mouse the mouse pointer somewhere on the screen
3. Stop the movement for a moment
4. Continue the mouse movement
Actual Results:  
Mouse pointer will jump to the upper screen edge, left screen edge or upper left corner.

Expected Results:  
Mouse should move normally as expected.

Tested with xorg-server 1.12.4.
Comment 1 Christoph Feck 2016-11-11 14:27:35 UTC
https://wiki.archlinux.org/index.php/Mouse_acceleration states that "xset m" does support 0 threshold value. If this does not work, it is a bug in the X server.