Closed Bug 1101546 Opened 10 years ago Closed 9 years ago

[e10s] window.open returns closed window

Categories

(Core :: DOM: Core & HTML, defect)

36 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
Tracking Status
e10s m8+ ---

People

(Reporter: mylith+mozilla, Unassigned)

References

Details

(Keywords: testcase)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141106120505

Steps to reproduce:

Enable E10S (multi-process) on version 36.0a1 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Built from https://hg.mozilla.org/mozilla-central/rev/b4fbeba78a7d

Open Console and paste:

window.open('about:blank','OWindow', 'menubar=0,resizable=1,toolbar=0,location=1,scrollbars=1,status=0,left=470,top=170,width=980,height=700,outerWidth=980,outerHeight=700').close(); 
window.open('about:blank','OWindow', 'menubar=0,resizable=1,toolbar=0,location=1,scrollbars=1,status=0,left=470,top=170,width=980,height=700,outerWidth=980,outerHeight=700');


Actual results:

First window.open opens window and close it immediately. Second window.open doesn't open window, but return reference to closed window (closed = true).


Expected results:

Second window.open should work as expected. Proper window reference should be returned and window should be visible on screen.
Keywords: testcase
Blocks: e10s
tracking-e10s: --- → ?
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Confirmed in 36.0a1 (2014-11-20) Win 7
Status: UNCONFIRMED → NEW
Ever confirmed: true
I can no longer reproduce this - closing WFM. Please re-open if this is still an issue.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.