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 335689 - Middle mouse drag should also scroll
Middle mouse drag should also scroll
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-23 15:37 UTC by Wouter Bolsterlee (uws)
Modified: 2006-07-13 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (2.03 KB, patch)
2006-03-23 15:41 UTC, Wouter Bolsterlee (uws)
committed Details | Review

Description Wouter Bolsterlee (uws) 2006-03-23 15:37:13 UTC
Dragging an image with the middle mouse button should also scroll the viewport. At the moment only the left mouse button works. Evince and other applications also use the middle button for scrolling the viewport.
Comment 1 Wouter Bolsterlee (uws) 2006-03-23 15:41:07 UTC
Created attachment 61849 [details] [review]
Proposed fix

Adds middle-click scrolling to EOG.
Comment 2 Wouter Bolsterlee (uws) 2006-04-21 15:32:57 UTC
Is it okay to commit this patch? It works pretty well.
Comment 3 Lucas Rocha 2006-07-13 17:24:22 UTC
Applied in HEAD and eog-ng branches. Thanks!

2006-07-13  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-scroll-view.c (eog_scroll_view_button_press_event,
        eog_scroll_view_button_release_event): use middle mouse drag
        to scroll image (Fixes bug #335689). Patch from Wouter
        Bolsterlee <uws+gnome@xs4all.nl>.