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 689243 - scroll-bar: Remove jitter on the scroll bar when moving the mouse
scroll-bar: Remove jitter on the scroll bar when moving the mouse
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 684881 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-11-28 20:45 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-11-29 21:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
scroll-bar: Remove jitter on the scroll bar when moving the mouse (1.13 KB, patch)
2012-11-28 20:45 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2012-11-28 20:45:16 UTC
See patch. This was due to some bad pixel clamping. You can easily see
this by moving the mouse horizontally when grabbing onto a scroll bar,
like in the applications view.
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-11-28 20:45:19 UTC
Created attachment 230130 [details] [review]
scroll-bar: Remove jitter on the scroll bar when moving the mouse

This was due to incorrect pixel clamping, which bounced the height
of the actor between values. Just remove pixel clamping, as Clutter
will correctly do it for us.
Comment 2 Florian Müllner 2012-11-28 21:23:09 UTC
I guess bug 684881 should be marked a duplicate?
Comment 3 Jasper St. Pierre (not reading bugmail) 2012-11-28 21:26:42 UTC
Aha, thanks, that's the bug I was looking for. I knew it was somewhere.
Comment 4 Jasper St. Pierre (not reading bugmail) 2012-11-28 21:27:01 UTC
*** Bug 684881 has been marked as a duplicate of this bug. ***
Comment 5 drago01 2012-11-29 21:42:25 UTC
Review of attachment 230130 [details] [review]:

LG.
Comment 6 Jasper St. Pierre (not reading bugmail) 2012-11-29 21:48:19 UTC
git # Bug 689243 - scroll-bar: Remove jitter on the scroll bar when moving the mouse - NEW

Attachment 230130 [details] pushed as 2492dc5 - scroll-bar: Remove jitter on the scroll bar when moving the mouse