Closed
Bug 2752
Opened 26 years ago
Closed 26 years ago
CHAR attribute not working properly
Categories
(Core :: Layout, defect, P2)
Tracking
()
M4
People
(Reporter: christinehoff4, Assigned: buster)
References
()
Details
Using 1/27 build - tested on Win 95, Win NT, Win 98, Mac 8.5 and Linux (Sujay).
Open URL. A table should display with THEAD, TBODY and TFOOT sections. In the
TBODY section there are three columns/two rows of numbers. The TBODY element
has 'ALIGN' and 'CHAR' attributes assigned to it which instruct the cell
contents (numbers) to align on the decimal point.
Expected result: Numbers should align on the decimal point.
Actual results: Numbers do not align on the decimal point.
Updated•26 years ago
|
Assignee: karnaze → kipp
Comment 2•26 years ago
|
||
The line layout code needs to be aware of char alignment. nsHTMLReflowState has
a couple of data members related to char alignment. Please reassign this bug to
me when line layout can handle it.
Reporter | ||
Updated•26 years ago
|
QA Contact: 4110
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•