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 788824 - wrong behavior with horizontal scrollbar and mouse wheel
wrong behavior with horizontal scrollbar and mouse wheel
Status: RESOLVED DUPLICATE of bug 788905
Product: gtk+
Classification: Platform
Component: Widget: GtkScrolledWindow
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-10-11 11:11 UTC by ZenWalker
Modified: 2017-10-23 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ZenWalker 2017-10-11 11:11:57 UTC
with gedit (3.22.1), file-roller (3.26.0)

If the mouse is over the horizontal scrollbar:

-------------------

Expected behaviour

wheel up/left: go to the left

wheel down/right: go to the right

--------------------


Actual behaviour

the inverse:

wheel up/left: go to the right

wheel down/right: go to the left
Comment 1 ZenWalker 2017-10-23 13:44:05 UTC
seems this was reported again (duplicate) one day later here:

https://bugzilla.gnome.org/show_bug.cgi?id=788905

and it was fixed

*** This bug has been marked as a duplicate of bug 788905 ***
Comment 2 Daniel Boles 2017-10-23 13:47:41 UTC
Thanks, I missed this one.

(In reply to ZenWalker from comment #0)> 
> Expected behaviour
> 
> wheel up/left: go to the left
> 
> wheel down/right: go to the right

For clarity, it is intended that scrolling up causes the value to increase, and down to decrease, so the vertical directions here were acting correctly, though obviously the horizontal was totally wrong.