Closed
Bug 85824
Opened 24 years ago
Closed 24 years ago
HTMLTableRowElement align character for cells in a column
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
Future
People
(Reporter: stummala, Assigned: jst)
References
()
Details
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.1)
Gecko/20010607 Netscape6/6.1b1
BuildID: 2001-06-07-13-0.9.1
document.getElementsByTagName('TR').ch does not return anything...
i provided a simple testcase
Reproducible: Always
Steps to Reproduce:
1.load the page http://h-208-12-38-201/htrw011.html
2.
3.
Actual Results: nothing is printed out
Expected Results: to show the decimal point
Comment 1•24 years ago
|
||
I can only guess here since I don't have access to the testcase, but
document.getElementsByTagName('TR') returns a DOM NodeList, which, as far as I
can tell, doesn't have a "ch" attribute.
Is it just a typo in the bug report?
(a table row does have a "ch" attribute)
Same goes for bug 85830.
Summary: HTMLTableRowElement align character for cells in a column → HTMLTableRowElement align character for cells in a column
Reporter | ||
Comment 2•24 years ago
|
||
fabian guisset,
"document.getElementsByTagName('TR')[1].ch" this is what i used ... sorry about
the confusion..
Reporter | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
Stummala, the testcase contains:
<script TYPE="text/javascriptP>
^-- Huh?
please correct that and attach a new testcase.
This isn't a show stopper tho, so marking Future for now.
Target Milestone: --- → Future
Reporter | ||
Comment 5•24 years ago
|
||
Reporter | ||
Comment 6•24 years ago
|
||
Comment 8•24 years ago
|
||
Marking as dup of fixed bug, please reopen if you disagree. Note that the layout
bug is actually bug 2212.
*** This bug has been marked as a duplicate of 75667 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•