Bug 19382

Summary: javascript window.open without size parameters should open new tab
Product: WebKit Reporter: M. Kinabrew <kinabrew>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: Mac   
OS: OS X 10.5   

Description M. Kinabrew 2008-06-03 15:45:58 PDT
In all other major browsers(all Mozilla-based browsers, Opera, and Explorer) where tabs are set to be used, if window.open is called without any size parameters, the new page opens as a new tab in the current window.

In the version of Safari 3.1 that is current as of 2008-06-03, a new page will open in a new window instead.
Comment 1 Matt Lilek 2008-06-03 15:54:34 PDT
Tabs are a Safari (the browser) feature, not WebKit.  It's up to Safari or any other application that embeds WebKit to decide how it handles new windows and tabs and such.  The appropriate place to request this enhancement is at <https://bugreport.apple.com/>.