[Webkit-unassigned] [Bug 16160] rowIndex on DOMHTMLTableRowElement always returns -1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 11:10:59 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16160





------- Comment #2 from darin at apple.com  2007-11-27 11:10 PDT -------
The reason rowIndex is returning -1 here is that the table row element is an
immediate child of the table element. Instead there needs to be a table body
element in the table, and the rows need to be in the table body element.

I'll have to check with other browsers to see how they behave; this may be a
"behaves correctly" situation, though.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list