Closed Bug 27080 Opened 25 years ago Closed 25 years ago

tBodies.item() causes M13 on Win NT to crash

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: david.halls, Assigned: vidur)

Details

(Keywords: crash)

This HTML file causes Mozilla M13 to crash:

<HTML>
<HEAD>
<SCRIPT>
function doit()
{
 var table = document.getElementById("foo"),
     tbodies = table.tBodies

 alert(tbodies.item(0))
}
</SCRIPT>
</HEAD>
<BODY onload='doit()'>
<TABLE id=foo>
<TBODY>
<TR>
<TD>wow
</TBODY>
</TABLE>
</BODY>
</HTML>
QA Contact: gerardok → janc
Putting crash in the keyword field.
Keywords: crash
No crash in the 2/10/2000 build. Marking WORKSFORME.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Verified:
2000-09-28-09-MN6 : Windows
2000-09-26-04-M18 : Mac
2000-09-28-10-MN6 : Linux
 
Status: RESOLVED → VERIFIED
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.