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 720269 - ScaleButton: scrolling on the button doesn't do anything
ScaleButton: scrolling on the button doesn't do anything
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-11 15:51 UTC by Emilio Pozuelo Monfort
Modified: 2014-08-26 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
scalebutton: Handle smooth scroll events (1.64 KB, patch)
2014-08-22 17:36 UTC, Carlos Garnacho
committed Details | Review

Description Emilio Pozuelo Monfort 2013-12-11 15:51:26 UTC
On X11, scrolling on a GtkScaleButton changes the scale value, and so changes the icons appropriately. However on wayland, scrolling on the button doesn't do anything. Scrolling on the scale popup works fine though.
Comment 1 Carlos Garnacho 2014-08-22 17:36:29 UTC
Created attachment 284245 [details] [review]
scalebutton: Handle smooth scroll events

This has the double effect to make scale button truly smooth, and make
scrolling work on wayland, since all scrolling is "smooth" there.
Comment 2 Matthias Clasen 2014-08-25 23:24:23 UTC
Review of attachment 284245 [details] [review]:

ok
Comment 3 Carlos Garnacho 2014-08-26 12:55:33 UTC
Attachment 284245 [details] pushed as bb3a8ed - scalebutton: Handle smooth scroll events