GNOME Bugzilla – Bug 571593
Add a configuration option to force new windows to be opened in tabs
Last modified: 2010-11-10 23:56:11 UTC
When a webpage requests open a new window we can add a gconf option to force the new window to be opened in a tab, instead of creating an epiphany new window.
Created attachment 128624 [details] [review] Patch adding this feature This patch adds a gconf key that forces the new windows to be opened in tabs instead of creating an Epiphany window.
Created attachment 128625 [details] [review] New patch with a style typo fixed
Created attachment 128627 [details] [review] Fixed a couple of errors Thanks Xan for the review ;)
*** Bug 337725 has been marked as a duplicate of this bug. ***
Thanks for the patch! Committed to trunk.
Great! Is there any chance of this being backported to the gnome-2-26 branch?
No, this doesn't work correctly in all cases with gecko.
*** Bug 608211 has been marked as a duplicate of this bug. ***
Just for people that comes across, this feature is nice but the implementation has some bugs with resized popup window. Follow this link if you want to test: http://people.collabora.co.uk/~nicolas/public/test.html The button should open a separate window since the size of it is set and is smaller then the screen, while the links should open new tabs. This policy is at least followed by Chromium and Firefox. Should we reopen ? or maybe create a new bug ?