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 563307 - button-3 click in the trough of gtk range widget did not work
button-3 click in the trough of gtk range widget did not work
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkRange
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-12-05 03:55 UTC by David Liang
Modified: 2015-03-07 23:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
solve this bug (2.17 KB, patch)
2008-12-05 04:03 UTC, David Liang
none Details | Review

Description David Liang 2008-12-05 03:55:56 UTC
In http://library.gnome.org/devel/gtk-tutorial/stable/x727.html, it says:
"Clicking button-3 in the trough of a range or any button on a scrollbar's arrows will cause its adjustment's value to change by step_increment at a time."

But it was not really work.

Other information:
Comment 1 David Liang 2008-12-05 04:03:26 UTC
Created attachment 123974 [details] [review]
solve this bug

I test the patch in my opensuse11.
It works.
Comment 2 Matthias Clasen 2015-03-07 23:59:39 UTC
The button bindings have been reworked in the meantime, and the information in the tutorial is no longer accurate