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)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 75667
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
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
fabian guisset, "document.getElementsByTagName('TR')[1].ch" this is what i used ... sorry about the confusion..
Attached file testcase
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
Attached file testcase attached
Attached file a testcase attachment
Dup of bug 75667?
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
marking verified dup.
Status: RESOLVED → VERIFIED
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.

Attachment

General

Created:
Updated:
Size: