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 709960 - Evince ignores remapping of scroll-wheel buttons
Evince ignores remapping of scroll-wheel buttons
Status: RESOLVED DUPLICATE of bug 710849
Product: gtk+
Classification: Platform
Component: .General
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-12 01:40 UTC by jacob
Modified: 2013-10-25 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jacob 2013-10-12 01:40:57 UTC
The current version of Evince ignores Xorg settings which reverse the direction of mouse-scrolling.

Steps to reproduce:

* Open any pdf in evince 3.10.0.
* In a terminal enter:
  $ xinput set-button-map 'Name_of_pointer_device' 1 2 3 5 4

Expected behavior:
The direction of vertical scrolling reverses due to the reversed button mapping.

Observed behavior:
No change in scrolling behavior.

Further comments:
I run a WM without the full GNOME environment, although I wouldn't expect the behavior to be significantly changed by the presence of the DE.  Evince 3.8.3 is also partially affected.  In that version, scrolling is reversed as expected in the primary pane, but the thumbnails/index pane and the save/open dialog scroll in the same direction regardless of how the buttons are mapped.
Comment 1 Christian Persch 2013-10-12 08:36:35 UTC
Evince doesn't do anything special here, I'd expect any other gtk+ application to behave the same way. Have you checked any?
Comment 2 jacob 2013-10-12 16:05:30 UTC
I just now noticed pavucontrol v2.0 shows the same behavior as evince (scrolling direction fails to reverse).  I'd previously pulled in gnome-terminal v3.10.0 to test, and found that it behaved as expected.

I also just tried a couple quick tests with zenity v3.8.0.  --calendar behaves as expected, but --file-selection fails to reverse the scrolling direction.
Comment 3 Christian Persch 2013-10-25 09:01:40 UTC

*** This bug has been marked as a duplicate of bug 710849 ***