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 683187 - Middle click on overview snapshots should open page in new tab
Middle click on overview snapshots should open page in new tab
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-02 00:06 UTC by Xan Lopez
Modified: 2012-09-03 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xan Lopez 2012-09-02 00:06:04 UTC
Makes sense to me anyway, we try to do The Right Thing everywhere wrt this (for instance in toolbar buttons).
Comment 1 Claudio Saavedra 2012-09-03 10:11:14 UTC
commit 0fc791e776d61d83d67c2984a003a2f42bd769d1
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 3 13:06:28 2012 +0300

    ephy-window: handle key modifiers on overview::item-activate
    
    So that middle-click, for instance, opens a new tab. Notice that
    control-click will still not work, as the GdMainView widget is handling
    the event to emit its selection-mode-request signal.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683187