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 149715 - Add middle-click on New Tab/Window button to open URL on clipboard
Add middle-click on New Tab/Window button to open URL on clipboard
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-08-09 11:24 UTC by Ross Burton
Modified: 2006-09-24 20:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2004-08-09 11:24:45 UTC
Galeon has a very useful feature, if you add a New Tab or New Window button to
the toolbar and middle click on it, it will open a new tab/window (respectively)
and go to the URL in the clipboard.

This mirrors the middle-click-inside-window pref inside ephy and is faster for
power users without confusing new users.
Comment 1 Christian Persch 2004-10-13 10:54:10 UTC
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Comment 2 Lionel Dricot 2005-04-12 14:26:12 UTC
Agree, it will be wonderful !

But wich clipboard ?  The Ctrl+C one or the selected one ? (I would prefer the
selected one).

++ for this feature.
Comment 3 Ross Burton 2005-04-12 14:34:56 UTC
For consistancy the PRIMARY selection, i.e. the "selected text" clipboard.
Comment 4 Reinout van Schouwen 2006-03-02 20:04:57 UTC
Sounds like a bug for harves :-)
Comment 5 Jean-François Rameau 2006-09-24 20:03:02 UTC
2006-09-24  Jean-François Rameau  <jframeau@cvs.gnome.org>

	* src/ephy-window.c: (ephy_window_constructor):
	* src/ephy-lockdown.c: (update_window):
	* src/window-commands.c: (window_cmd_file_new_window), (window_cmd_file_new_tab):
	* src/window-commands.h: (window_cmd_file_new_window), (window_cmd_file_new_tab):
	* src/ephy-toolbar.c: (ephy_toolbar_set_window):
	* src/ephy-home-action.c: (ephy_home_action_activate):

	Add middle-click on New Tab/Window button to open URL on clipboard. Fix bug 149715.
	Both New Tab and New Window actions are now EphyHomeAction.