Closed Bug 440671 Opened 16 years ago Closed 16 years ago

`window.open` from a popup window opens a tab in parent window!

Categories

(Firefox :: Tabbed Browser, defect)

3.0 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 439054

People

(Reporter: mendapara.amit, Unassigned)

Details

(Keywords: testcase)

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008061017 Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008061017 Firefox/3.0

In Firefox3, when we try to open a new window from a `popup` window with `window.open` it opens in a new tab of the `parent window` instead of the `current popup window`. It's working with Firefox2...

Reproducible: Always

Steps to Reproduce:
1. From the main browser window open a popup with `window.open('#', 'pupup', 'width=800,height=600')
2. Now from the `pupup` try to open another window with `window.open('#')
Actual Results:  
The new window after step (2) should be in a tab of the `popup` but it opens in `parent window` (main browser window).

Expected Results:  
The new window after step (2) should be in a tab of the `popup window`
Here is a simple example to test it...
Version: unspecified → 3.0 Branch
Keywords: testcase
OS: Linux → All
Hardware: PC → All
I think this is a duplicate of Bug 439054. 
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: