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 59600 - Motif-like Ctrl+Clicks on scrollbars are very desirable
Motif-like Ctrl+Clicks on scrollbars are very desirable
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: Other
1.2.x
Other Linux
: Normal enhancement
: Small feature
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-08-27 05:47 UTC by Dmitry Bolkhovityanov
Modified: 2013-02-03 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dmitry Bolkhovityanov 2001-08-27 05:47:46 UTC
In Motif when Ctrl+clicking on scrollbar arrows or "pages", the slider goes
to the beginning/end of scrollbar (that is performed by TopOrBottom()
action).  This is very handy and there's no reason for Gtk+ to not support
it (in companion with middle-button scrolling which seems to be already
added).

Thanks,
Dmitry
Comment 1 Owen Taylor 2001-09-19 16:40:46 UTC
Shouldn't do any harm to add this, since the standard behavior
for control-click has only to do with selection.
Comment 2 Owen Taylor 2002-02-27 00:27:10 UTC
Right now GTK+ does bind right click to mean this, and does
the same thing for GtkSpinBUtton. Perhaps we need to consider
again in the future if we add right-click to give a context
menu on the spin buttons.
Comment 3 Emmanuele Bassi (:ebassi) 2010-08-25 15:04:19 UTC
(In reply to comment #2)
> Right now GTK+ does bind right click to mean this

*middle* click, for scroll bars.
Comment 4 Matthias Clasen 2013-02-03 22:09:35 UTC
scrollbar binding have been redone a while ago