Closed
Bug 6522
Opened 26 years ago
Closed 26 years ago
if (document.layers) stops js execution
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: martin.honnen, Assigned: vidur)
Details
I am using M5 on windows95.
When trying to port nn4 js code with statement like
if (document.layers)
it seems that js execution in m5 stops as
alert('1');
if (document.layers)
alert('document.layers defined');
alert('2');
shows just the alert of
1
and then hangs.
I am not that much interested in having document.layers around in mozilla but that if test should not stop js execution.
Updated•26 years ago
|
Assignee: norris → vidur
Component: JavaScript → DOM Level 0
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Fix checked in on 5/17/1999.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•