Closed
Bug 26979
Opened 25 years ago
Closed 25 years ago
window.open crashing.
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: desale, Assigned: travis)
Details
(Keywords: crash, Whiteboard: [PDT+])
Attachments
(2 files)
|
238 bytes,
text/html
|
Details | |
|
500 bytes,
patch
|
Details | Diff | Splinter Review |
Just having window.open in body is crashing application.
BUILDS: 02-08-09.
STEPS TO REPRODUCE:
1] Please load attachment I'm going to provide.
OR
1] Please copy HTML code I'm providing. Save it as HTML file.
2] Open this HTMl file with above specified builds.
EXPECTED RESULTS:
Should open new window with URL http://www.yahoo.com
ACTUAL RESULTS:
Application crashes.
TESTCASE CODE START:
<HTML>
<HEAD><TITLE>Window.Open()</TITLE></HEAD>
<BODY>
This page will open new Window.
<SCRIPT>
<!--
url = 'http://www.yahoo.com';
testWin = window.open(url, 'testWindow');
//-->
</SCRIPT>
</BODY>
</HTML>
TESTCASE CODE END:
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 3•25 years ago
|
||
Crashing on Linux too.
Comment 4•25 years ago
|
||
I haven't pulled today because of the problems introduced last night. I'm
guessing this is a result of Travis' checkin. Can't say more without a stack
trace. Travis, can you take a look?
Assignee: vidur → travis
M14 and nominate as "beta1" blocker.
Keywords: beta1
Target Milestone: M14
The attached patch combined with the URILoader fix (workaround) I posted to the
n.p.m.builds group a few hours ago fixes this bug.
| Assignee | ||
Comment 10•25 years ago
|
||
Perhaps when I said it was fixed, I should have marked it as fixed too?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•