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 789261 - scrollbar: right-click no longer scrolls by a page
scrollbar: right-click no longer scrolls by a page
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: Other
3.22.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-10-20 16:55 UTC by Debarshi Ray
Modified: 2017-10-23 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Debarshi Ray 2017-10-20 16:55:03 UTC
Some time between gtk+ 3.14.x and 3.20.x right-clicking a GtkScrollbar's trough no longer moves the content by a page. Instead it slowly (and smoothly) scrolls.
Comment 1 Daniel Boles 2017-10-21 14:11:43 UTC
Wasn't that completely intentional? It's documented here:
https://blog.gtk.org/2017/10/11/a-scrolling-primer/

As of 3.22.25, we can move by pages using middle-click if the GtkSetting primary-button-warps-slider is on, or primary-click if it's off (and middle click to warp).
Comment 2 Daniel Boles 2017-10-21 14:12:17 UTC
oh, also, Shift+primary click already did the opposite of the configured primary setting
Comment 3 Debarshi Ray 2017-10-23 15:46:00 UTC
Ah, I see. The wonders of scrolling in gtk+! :)

I had actually asked Carlos about it and he wasn't sure that it was intentional or not, which is why I filed the bug.

Closing as NOTABUG. Sorry for the noise.