Bug 19382 - javascript window.open without size parameters should open new tab
Summary: javascript window.open without size parameters should open new tab
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 15:45 PDT by M. Kinabrew
Modified: 2008-06-03 15:54 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/>.