Closed Bug 26979 Opened 25 years ago Closed 25 years ago

window.open crashing.

Categories

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

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: desale, Assigned: travis)

Details

(Keywords: crash, Whiteboard: [PDT+])

Attachments

(2 files)

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:
Attached file Same testcase above
Priority P1
Priority: P3 → P1
Crashing on Linux too.
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.
Whiteboard: [PDT+]
This was fixed yesterday so the tree could be opened.
Putting crash in the keyword field.
Keywords: crash
Perhaps when I said it was fixed, I should have marked it as fixed too?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified with 2000-02-14-09.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: