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 427046 - Scrollwheel on image list doesn't work
Scrollwheel on image list doesn't work
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: collection
git master
Other All
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-06 20:06 UTC by Wouter Bolsterlee (uws)
Modified: 2007-09-03 21:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Wouter Bolsterlee (uws) 2007-04-06 20:06:48 UTC
The summary says it all.
Comment 1 Felix Riemann 2007-04-12 10:24:13 UTC
This is correct for the horizontal collection views as there is no vertical scrollbar there and the horizontal one is usually "scrolled" using the Prev/Next buttons on the mouse. I'm not sure if it possible to change that reliably.
Comment 2 Wouter Bolsterlee (uws) 2007-04-12 17:13:07 UTC
There's no such thing as a "prev button" on my mouse.
Comment 3 Lucas Rocha 2007-04-29 20:35:15 UTC
Wouter, what do you mean with "Scrollwheel on image list doesn't work"? Could you be more specific?
Comment 4 Wouter Bolsterlee (uws) 2007-05-13 17:09:13 UTC
There is a horizontal scrollbar, so that made me believe using my scrollwheel should move the view to the left/right (scrolling the horizontal scrollbar), however this doesn't work.
Comment 5 Wouter Bolsterlee (uws) 2007-05-13 17:10:23 UTC
(Oh, and let me add I do *not* mean that the currently shown image should be changed on a scrollwheel event, see bug #331645 for more information.)
Comment 6 Pedro Villavicencio 2007-07-30 19:31:16 UTC
There's also a ubuntu bug about this 
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/126502
Comment 7 Wouter Bolsterlee (uws) 2007-07-30 20:33:36 UTC
Basically it boils down to handling scrollwheel events and shifting sideways.
Comment 8 Claudio Saavedra 2007-07-31 02:19:37 UTC
The "Right Thing To Do" from a user point of view, is to place the mouse over the scrollbar and use the scroll wheel there. That's the way you scroll in horizontal scrollbars with the mouse.

I would like to hear about other applications shifting sideways in the way you suggest. I understand it's easy to implement but I have my doubts about interaction consistency (scroll wheel has always been up-down and not left-right, if you know what I mean).
Comment 9 Wouter Bolsterlee (uws) 2007-07-31 08:28:36 UTC
I do understand you objections, but since the horizontal image view has no vertical scrolling BY DEFINITION, we shouldn't make it hard for users to scroll a bit further. The image view is one-dimensional (horizontal), so we should just be a bit smarter.
Comment 10 Lucas Rocha 2007-09-03 21:10:18 UTC
I understand Claudio's objections but I agree with Wouter. Using scroll wheel for scrolling through the horizontal image list is the "smart" aproach. Done.

2007-09-04  Lucas Rocha  <lucasr@gnome.org>

        * src/eog-thumb-nav.c (eog_thumb_nav_scroll_event,
        eog_thumb_nav_init): use the mouse wheel to scroll through the image
        list only in case it's in one row mode. Fixes bug #427046.