Closed
Bug 109493
Opened 24 years ago
Closed 24 years ago
Javascript popup crashes browser
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: 64bit, Assigned: rogerl)
Details
(Keywords: crash, testcase)
Attachments
(1 file)
1.34 KB,
text/html
|
Details |
<script language="JavaScript">
<!--
function pop(url,name,wwidth,wheight) {
window.open(url,name,'width='+wwidth+',height='+wheight+',scrollbars=no,status=no,resize=no,
toolbar=no');
}
// --></script>
This javascriptfunction crashed the browser so you cannot open anymore windows.
The script works once and then crashes the browser totally - you cannot shut it
down by closing all windows and right click (unable to choose exit) the little
systray-icon. You have to use windows task manager to do that...
I'm using the 0.9.5 release of mozilla build ID: 2001101117
Comment 1•24 years ago
|
||
Can you try a more recent build and attach some testcase?
http://ftp.mozilla.org/pub/mozilla/nightly/latest/
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
I can't make the latest trunk nightly or 0.9.5 freeze/crash with this on win98
... I'm sure there was a bug like this (js popups only once, then freeze) before
but I can't seem to find it
Comment 4•24 years ago
|
||
worksforme with win2k build 200111010..
Reporter:
Please try it again with a nightly build.
There was a bug about JS popup windows (in the 80000 area)
Comment 6•24 years ago
|
||
marking worksforme
Please reopen if you see the with a more recent build
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 7•24 years ago
|
||
Verified WORKSFORME using Mozilla trunk binaries 20011113xx
on WinNT, Linux -
Reporter | ||
Comment 9•24 years ago
|
||
Works for me to with the new mozilla nightly build
Comment 10•24 years ago
|
||
Preben: thanks for this report. Please reopen this bug if the problem
ever comes back!
You need to log in
before you can comment on or make changes to this bug.
Description
•