After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736827 - slow pointer movements aren't registered in a wayland session
slow pointer movements aren't registered in a wayland session
Status: RESOLVED DUPLICATE of bug 736413
Product: clutter
Classification: Platform
Component: wayland
1.19.x
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-17 18:48 UTC by Adam Somerville
Modified: 2014-09-17 20:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch fixing the issue (4.22 KB, patch)
2014-09-17 18:48 UTC, Adam Somerville
none Details | Review

Description Adam Somerville 2014-09-17 18:48:29 UTC
Created attachment 286416 [details] [review]
patch fixing the issue

pointer movement events in X or Y with a positive value of < 1.0 aren't registered, so slow mouse / trackpad movements have no effect, making the pointer feel strange, especially when homing in on a something.

This is caused by the storage of the absolute X and Y position as integers in the struct _ClutterInputDevice so every time a positive < 1 dx / dy comes in it is truncated back to the same integer value.

the attached patch fixes the issue on my machine (Macbook Pro 9,2 running fedora rawhide).

I am very new to Clutter and have no idea if this breaks clutter APIs / other... :)
Comment 1 Emmanuele Bassi (:ebassi) 2014-09-17 20:35:50 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 736413 ***