Closed Bug 1098 Opened 26 years ago Closed 26 years ago

window.open crashes pretty bad.

Categories

(Core Graveyard :: GFX, defect, P1)

x86
Windows NT

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 1252

People

(Reporter: jty, Assigned: vidur)

Details

whenever i use window.open NGLayout receives an 'Application Error' and crashes.. example below: <HTML> <HEAD> <TITLE>just a test</TITLE> </HEAD> <BODY> <H1>this thing just opens another window and stuph</H2> </BODY> <SCRIPT> a = window.open("","laalaa"); a.document.open(); a.d = a.document; a.d.w = a.d.write; a.d.w("<HTML><HEAD><TITLE>laa</TITLE></HEAD><BODY><P> laa laa laa </P></BODY></HTML>"); a.d.close(); </SCRIPT> </HTML>
Assignee: michaelp → vidur
Status: ASSIGNED → NEW
since it starts with JavaScript/DOM...
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
The document object should exist for a newly created window, but it currently does. Dup of bug #1252. *** This bug has been marked as a duplicate of 1252 ***
Marking Verified as a dup.
Status: RESOLVED → VERIFIED
[Still marked as removed, so setting to 'duplicate' per Jan's 2.1 comment.]
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.