Closed
Bug 75273
Opened 24 years ago
Closed 24 years ago
assigning document.getElementById to a variable and then calling the variable causes crash
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: martin.honnen, Assigned: jst)
Details
Mozilla 0.8.1 on Win95 crashes when loading
<html>
<head>
<script>
var ge = document.getElementById;
</script>
</head>
<body>
<script>
document.write(ge('someId'));
</script>
</body>
</html>
Reporter | ||
Comment 1•24 years ago
|
||
Sorry for filing that twice, but something went wrong when I tried to attach a
file to the bug. As I can't delete the bug I resolve it as a duplicate of
http://bugzilla.mozilla.org/show_bug.cgi?id=75274
which has the attachment
*** This bug has been marked as a duplicate of 75274 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•