Closed
Bug 791328
Opened 13 years ago
Closed 13 years ago
window.open fails
Categories
(Core :: General, defect)
Tracking
()
People
(Reporter: alice0775, Assigned: bholley)
References
Details
(Keywords: regression)
Attachments
(1 file)
311 bytes,
text/html
|
Details |
http://hg.mozilla.org/mozilla-central/rev/e5af3d785252
Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/18 Firefox/18.0a1 ID:20120914030538
window.open("about:blank" , "popup", "width=200, height=100"); fails.
And after close the browser, process remains.
This maybe Linux only.
And This happens in Firefox16beta and Aurora17.0a2 too.
Steps to reproduce:
1. open index.html
2. Click "Show popup" button
Actual results:
No popup pops up.
After close the browser, browser, process remains.
Expected results:
A popup should pop up.
After close all browser window, process should not remain.
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/3974efe8d584
Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/18 Firefox/18.0a1 ID:20120905165101
Bad:
http://hg.mozilla.org/mozilla-central/rev/501f4e46a88c
Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/18 Firefox/18.0a1 ID:20120905192801
Pushlog;
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3974efe8d584&tochange=501f4e46a88c
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/8d5589b88c8b
Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/18 Firefox/18.0a1 ID:20120905103804
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/cfc884e6e414
Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/18 Firefox/18.0a1 ID:20120905113502
Pushlog;
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=8d5589b88c8b&tochange=cfc884e6e414
Suspected: Bug 774633
Comment 2•13 years ago
|
||
Bobby - does that mean this can be duped or is there someone who needs to confirm?
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Lukas Blakk [:lsblakk] from comment #2)
> Bobby - does that mean this can be duped or is there someone who needs to
> confirm?
I don't think we know for sure yet. We need to land the fix for that bug, and see if this goes away.
Updated•13 years ago
|
Assignee: nobody → bobbyholley+bmo
Assignee | ||
Comment 4•13 years ago
|
||
Alice, can you confirm that this was fixed by bug 789773?
![]() |
Reporter | |
Comment 5•13 years ago
|
||
I can not reproduce anymore in Nightly(m-i)18.0a1, Aurora17.0a2 and Beta16 of latest tinderbox build.
http://hg.mozilla.org/integration/mozilla-inbound/rev/acec40170961
Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/18 Firefox/18.0a1 ID:20120919021656
http://hg.mozilla.org/releases/mozilla-aurora/rev/006174be2306
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17 Firefox/17.0a2 ID:20120919005756
http://hg.mozilla.org/releases/mozilla-beta/rev/c17f628688fc
Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20120919 Firefox/16.0 ID:20120919005757
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Alice0775 White from comment #5)
> I can not reproduce anymore in Nightly(m-i)18.0a1, Aurora17.0a2 and Beta16
> of latest tinderbox build.
Nice!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•