GNOME Bugzilla – Bug 417210
Volume popup moves in opposite direction to mousewheel
Last modified: 2007-03-11 23:22:29 UTC
I'm forwarding a bug from the ubuntu bug tracker: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/91435 -------------------------- Binary package hint: totem-mozilla Description of the problem: The volume popup on the embedded video plugin moves up when mousewheeling towards yourself and down when mousewheeling away (which is the opposite to how the non embedded totem popup and the volume applet popup work). Steps to reproduce: 1. Start firefox . 2. Visit http://www.gnome.org/~jrb/aiglx/shot01.ogg . 3. Click on the volume icon at the bottom right hand corner with the left mouse button. 4. Move the pointer over the popup showing the +/- slider and mousewheel away from yourself. Expected result: Slider to move down. Actual result: Slider moves up. How reproducible is the problem: The problem is reproducible every time. Version information: Ubuntu Feisty totem-mozilla 2.17.92-0ubuntu4 totem-gstreamer 2.17.92-0ubuntu4
Created attachment 84399 [details] [review] Trivial bugfix The problem did not only occur when using mouse scrolling but also when changing volume using the keyboard. This rather trivial patch should fix the issue.
2007-03-11 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c: (totem_volume_create): Patch from Christof Krüger <gnome@pop2wap.net> to make scrolling on the volume button go in the right direction (Closes: #417210)