GNOME Bugzilla – Bug 671724
Sliders stopped responding to mouse wheel scroll events
Last modified: 2012-06-25 12:44:47 UTC
Using g-c-c 3.3.91 and gtk 3.3.18 on ubuntu precise (xserver 1.12 input layer) The sound capplet sliders stopped responding to mouse wheel scroll events, that's likely because it's handling GDK_SCROLL_UP,DOWN but GTK stopped sending those in favor of _SMOOTH
Created attachment 210119 [details] [review] untested patch Here is a patch - unfortunately untested, since my control-center build decided to stop talking to pulseaudio :-(
We still need this patch. Or actually, we should just make the sound panel use the regular GtkScale again, since they behave the same now, wrt to button events
*** Bug 674877 has been marked as a duplicate of this bug. ***
Still an issue on 3.5 branch. Also, tested the patch and it works for me.
the custom sound sliders should just be replaced by straight GtkScale, now that we've changed the interaction there
(In reply to comment #5) > the custom sound sliders should just be replaced by straight GtkScale, now that > we've changed the interaction there We're not using any custom widgets, we're doing gtk_scale_new()...
Committed after making indentation changes. commit bb531687ca957072470a5851c499993fe056ea85 Author: Matthias Clasen <mclasen@redhat.com> Date: Mon Mar 19 22:11:00 2012 +0000 sound: Fix mouse scrolls on sliders Use gdk_event_get_scroll_deltas() to get the scroll direction. https://bugzilla.gnome.org/show_bug.cgi?id=671724