GNOME Bugzilla – Bug 689243
scroll-bar: Remove jitter on the scroll bar when moving the mouse
Last modified: 2012-11-29 21:48:22 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.
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.
I guess bug 684881 should be marked a duplicate?
Aha, thanks, that's the bug I was looking for. I knew it was somewhere.
*** Bug 684881 has been marked as a duplicate of this bug. ***
Review of attachment 230130 [details] [review]: LG.
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