Closed
Bug 215659
Opened 22 years ago
Closed 22 years ago
window.open with frame parameter always open frame in 1st browser window
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 103638
People
(Reporter: arysin, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030313
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030313
If I open same frameset page in two browser windows, window.open with frame
parameter will always relates to the frame in 1st browser window, event if I'm
currently at 2nd. If I do parent.frames['frame'].location = , it works ok.
Reproducible: Always
Steps to Reproduce:
1. download MainPage.html and frame1.html from testcase
2. open MainPage.html in two browser windows
3. in second (!) window press button 'Update frames with mozilla.org'
Actual Results:
only 1st two frames in second window are updated, meanwhile 3d frame in window
#1 is updated though we don't work with it
Expected Results:
window.open should behave like parent.frames[].location and change frames only
in current window, not the 1st one opened
if you press the button in 1st opened window the all 3 frames in that window are
updated
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 103638 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•