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 340775 - Double click in bme opens new window
Double click in bme opens new window
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Bookmarks
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2006-05-05 19:38 UTC by Wouter Bolsterlee (uws)
Modified: 2007-01-18 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Puts Open in new window over Open in new tab (2.15 KB, patch)
2006-12-26 16:24 UTC, Diego Escalante Urrelo (not reading bugmail)
reviewed Details | Review

Description Wouter Bolsterlee (uws) 2006-05-05 19:38:59 UTC
Double clicking a bookmark in the bme opens a new window, but the first menu item in the right click menu is to open in a new tab...
Comment 1 Reinout van Schouwen 2006-05-06 12:24:59 UTC
Really? Then that is a regression, in Epiphany 1.8 which I'm using here right now the first context menu item is 'open in new window'.
Comment 2 Crispin Flowerday (not receiving bugmail) 2006-05-06 12:31:49 UTC
Ahh, this is probably because I made everythin consistent with 'new tab' always above 'new window', see bug 303417
Comment 3 Wouter Bolsterlee (uws) 2006-05-06 12:50:54 UTC
imho the bme should just open new tabs.
Comment 4 Reinout van Schouwen 2006-05-06 12:57:57 UTC
From http://bugzilla.gnome.org/show_bug.cgi?id=144087#c1: That was a design decision made in bug 109224. If you want to change it, you should initiate discussion on the mailing list.
Comment 5 Wouter Bolsterlee (uws) 2006-05-06 13:10:39 UTC
I don't really care about the behaviour but the first item in the context menu should be the same as the double-click action. Two possible solutions.

1. Open bookmarks in new tabs.
2. Change the item order in the context menu.

I think [2] is the least intrusive change.
Comment 6 Diego Escalante Urrelo (not reading bugmail) 2006-08-15 09:22:25 UTC
In Ephy 2.14 the first item is Open in new window.
Comment 7 Diego Escalante Urrelo (not reading bugmail) 2006-12-26 16:23:36 UTC
In 2.17 it's Open in new tab. :(.

Attaching a patch to change the order so we are all happy and close bugs.
Comment 8 Diego Escalante Urrelo (not reading bugmail) 2006-12-26 16:24:43 UTC
Created attachment 78910 [details] [review]
Puts Open in new window over Open in new tab

:)
Comment 9 Christian Persch 2006-12-26 16:42:36 UTC
NewTab over NewWindow was done in bug 303417; I don't think we should undo that.
Comment 10 Diego Escalante Urrelo (not reading bugmail) 2006-12-26 16:46:39 UTC
Nevermind then, if Wouter doesn't mind I'm marking this as WONTFIX.

Also I just thought that right clicking a bookmark has the only purpose of NOT doing the default action, so finding the default action in the context menu is just useless.

Comment 11 Reinout van Schouwen 2006-12-27 12:57:12 UTC
Mind that if the top item doesn't correspond to the double click action, we're going against the HIG: 

http://developer.gnome.org/projects/gup/hig/2.0/menus-types.html#menu-type-popup
Comment 12 Wouter Bolsterlee (uws) 2006-12-27 13:29:20 UTC
Thanks Reinout for clarifying... that's why I filed this bug.
Comment 13 Diego Escalante Urrelo (not reading bugmail) 2006-12-27 19:51:18 UTC
Ah gotcha. Then the patch has an use :P
Comment 14 Diego Escalante Urrelo (not reading bugmail) 2007-01-18 01:14:33 UTC
So, what are we going to do?
Comment 15 Reinout van Schouwen 2007-01-18 09:37:19 UTC
As far as I'm concerned: change back the order of the context menu items so that Open in New Window is on top again, so that it corresponds with the double-click action.
Comment 16 Christian Persch 2007-01-18 12:38:09 UTC
Well, ok then.

The patch contains unrelated change, make sure you commit only the part for this bug; trunk only.
Comment 17 Diego Escalante Urrelo (not reading bugmail) 2007-01-18 12:48:09 UTC
Committed as revision 6831:

2007-01-18  Diego Escalante Urrelo <diegoe@svn.gnome.org>

        * data/ui/epiphany-bookmark-editor-ui.xml:

        Puts OpenInWindow over OpenInTab in the Bookmarks Editor so we meet
        the HIG. Fixes bug #340775.