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 417210 - Volume popup moves in opposite direction to mousewheel
Volume popup moves in opposite direction to mousewheel
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.17.x
Other Linux
: Normal minor
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2007-03-11 19:51 UTC by Christof Krüger
Modified: 2007-03-11 23:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Trivial bugfix (421 bytes, patch)
2007-03-11 20:44 UTC, Christof Krüger
none Details | Review

Description Christof Krüger 2007-03-11 19:51:05 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
Comment 1 Christof Krüger 2007-03-11 20:44:19 UTC
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.
Comment 2 Bastien Nocera 2007-03-11 23:22:29 UTC
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)