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 633668 - Sound menu: Mouse wheel input ignored on most of active area.
Sound menu: Mouse wheel input ignored on most of active area.
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-01 02:04 UTC by Jonathan Strander
Modified: 2010-11-01 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PopupSliderMenuItem: connect to scroll-event on the whole actor (1.10 KB, patch)
2010-11-01 12:30 UTC, Giovanni Campagna
committed Details | Review

Description Jonathan Strander 2010-11-01 02:04:06 UTC
Hovering over any of the padded border for the sound menu sliders highlights the slider. The slider however is only reactive to the area inside the circular icon indicating your current position. This is fine for regular mouse input, but the scroll wheel should be active within the entire hover/padded area.
Comment 1 Giovanni Campagna 2010-11-01 12:30:12 UTC
Created attachment 173630 [details] [review]
PopupSliderMenuItem: connect to scroll-event on the whole actor

Connect to scroll-event on .actor, not ._slider, so you can scroll
on the whole menu item.