GNOME Bugzilla – Bug 743894
don't trigger interactive overlay scrollbar when drag-selecting
Last modified: 2015-02-05 16:24:35 UTC
It would be nice to have the scrolling indicator visible instead of the interactive overlay scrollbar during a drag selection on pointer proximity/hover, since you clearly can't interact with it.
The following fix has been pushed: 6b82ad4 scrolledwindow: Don't hover the scrollbars while a button is being pressed
Created attachment 296205 [details] [review] scrolledwindow: Don't hover the scrollbars while a button is being pressed This avoids showing the scrollbars if we are positive the child widget is being manipulated, regardless of the pointer being close to any of these. On the next motion event after finishing the operation, the scrollbar will be shown if necessary.