Closed
Bug 64408
Opened 24 years ago
Closed 24 years ago
cellIndex always returns -1
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: hjtoi-bugzilla, Assigned: jst)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/html
|
Details |
The cellIndex property of the HTMLTableCellElement always returns -1. This is a
regression, found by Robert Glowczynski (thanks). He wrote to n.p.m.dom, but I
am filing this here. It works in Netscape 6 but not in latest Mozilla. I'll
attach a testcase.
Reporter | ||
Updated•24 years ago
|
Keywords: regression
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
This was my fault, I was a bit too eager when cleaning up some code in
nsHTMLTableRowElement.cpp, I just backed out the offending change. Taking bug.
Assignee: karnaze → jst
Assignee | ||
Comment 3•24 years ago
|
||
Marking FIXED.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•