Closed
Bug 136324
Opened 23 years ago
Closed 20 years ago
Javascript infinite loop
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
People
(Reporter: ahde, Assigned: rogerl)
Details
I discovered, while trying a simple javascript, that it is quite easy to create
an infinite loop of popups -- a porn site designer's wet dream.
This may just be a usability issue, but I don't recommend forcing the user to
endure it.
<script language="javascript">
while (1) { alert("stop that"); }
</script>
this isn't a problem with the javascript implementation, since an infinite loop
has it's uses, but should there be a way to break the loop from the user's end
without killing the browser?
Marking as duplicate of bug 13350. I will attach your testcase there.
*** This bug has been marked as a duplicate of 13350 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Summary: Javascript infinite loop → Javascript infinite loop
Reopening and re-duplicating, this time to bug 59314.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Sorry for all the spam.
*** This bug has been marked as a duplicate of 59314 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
Verified Duplicate. Arthur, nice catch!
Aaron: thank you for this report; you have been cc'ed on the other bug
so you can follow its progress -
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 61098 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•