GNOME Bugzilla – Bug 573357
Open new windows (target="_blank") in tabs when clicking with middle button
Last modified: 2009-03-25 12:05:31 UTC
When the user clicks in a link with target="_blank" using the middle button of the mouse, the browser must open the link inside a new tab and not a new window. This is the common behavior of the browser nowadays.
Created attachment 129632 [details] [review] Patch adding the feature This patch uses a new signal in WebKit (new-window-policy-decision-requested) to open the new windows with target blank in tabs in case the user clicked the link with the middle button. This patch requires that the patch in this bug in Webkit bugzilla is applied https://bugs.webkit.org/show_bug.cgi?id=23932
Looks great, let's wait for the WebKit patch to land.
Committed in trunk, r8938, closing as fixed.