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 331645 - Scroll wheel should work in collection view
Scroll wheel should work in collection view
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: collection
2.13.x
Other Linux
: Normal major
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-18 08:13 UTC by Vincent Untz
Modified: 2008-07-23 04:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (2.06 KB, patch)
2006-05-07 21:58 UTC, Wouter Bolsterlee (uws)
committed Details | Review

Description Vincent Untz 2006-02-18 08:13:23 UTC
Using the scroll wheel on the collection view should change the current displayed image (a bit like what it does on the workspace switcher).
Comment 1 Lucas Rocha 2006-03-02 05:14:05 UTC
Done, thanks Vicent!

2006-03-02  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-wrap-list.c (handle_canvas_scroll,
        eog_wrap_list_construct): mouse scroll wheel make image
        switching on collection pane (Fixes bug #331645).
Comment 2 Wouter Bolsterlee (uws) 2006-05-07 21:49:52 UTC
No, it should not. It makes scrolling the collection view for larger directories a pain. This behaviour is really non-standard.

Using the scroll wheel in a widget that also has scrollbars should have EXACTLY the same effect as pushing the scrollbar buttons. This is a grave usability bug. See #340955 for more information (not marking duplicate since it contains a patch for another issue too).
Comment 3 Wouter Bolsterlee (uws) 2006-05-07 21:58:25 UTC
Created attachment 64975 [details] [review]
Proposed fix

Removes the strange mousewheel scrolling effect.
Comment 4 Wouter Bolsterlee (uws) 2006-05-07 22:17:38 UTC
jfyi:

23:59:51 <vuntz> I didn't think about the scrollbars
00:00:34 <vuntz> I filed the bug because I tried to use the wheel when viewing some images
00:02:50 <vuntz> you're right about the scrollbars
00:03:26 <vuntz> but I find it really useful to be able to switch images using the wheel
00:03:34 <vuntz> conflict :-)
00:03:35 <uws> you should hit spacebar
00:04:07 <uws> and shift-spacebar to go backwards
Comment 5 Wouter Bolsterlee (uws) 2006-07-27 08:40:29 UTC
This bug looks like a usability disaster to me. Increasing severity.
Comment 6 Lucas Rocha 2006-09-07 01:28:49 UTC
Applied in HEAD, thanks!

2006-09-06  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-wrap-list.c (handle_canvas_scroll,
        eog_wrap_list_construct): use mouse wheel to scroll, not to switch
        images (Fixes bug #331645). Patch from Wouter Bolsterlee
        <wbolster@gnome.org>.
Comment 7 nul.all 2008-07-23 04:19:36 UTC
This function has become a usability disaster of a different sort now. Scrolling with the mouse wheel zooms in/out while ctrl-wheel scrolls up and down. This is the exact opposite of standard behavior.