Closed
Bug 152180
Opened 23 years ago
Closed 23 years ago
Mozilla hangs when opening an infinite number of windows and "open unrequested windows" has been disabled
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: zarco.zwier, Assigned: Matti)
Details
(Keywords: hang)
Mozilla hangs when executing the following script and "open unrequested windows"
has been disabled:
<script>var
i;i=0;for(;;){i++;window.open('http://www.microsoft.com','Microsoft'+i,null);}</script>
Assignee | ||
Comment 1•23 years ago
|
||
That's a simple JS loop
*** This bug has been marked as a duplicate of 13350 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•