Closed
Bug 15277
Opened 25 years ago
Closed 25 years ago
Cell alignment ignored in nested tables
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: cplarosa, Assigned: karnaze)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Overview Description:
The table cell alignment is ignored when you nest a table in a right-aligned
table cell (ALIGN=RIGHT). The nested table will be displayed left-aligned
instead of right-aligned.
Steps to Reproduce:
1) Create an HTML file containing the following HTML (see attachment):
<TABLE WIDTH="100%" BORDER>
<TR>
<TD ALIGN=RIGHT>
<TABLE BORDER>
<TR>
<TD>This table should<BR>be right-aligned</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
2) Display the table with Mozilla
Actual Results:
The nested table is left-aligned.
Expected Results:
The nested table should be right-aligned,
as it appears in all other browsers.
Build Date & Platform Bug Found:
Build ID: 1999092013, Windows 95, PC
Additional Builds and Platforms Tested On:
(none)
Additional Information:
Previous releases of Netscape Navigator display this correctly.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Works for me with apprunner 1999-09-29-12-M11 on Windows NT.
I think this was recently fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
I can't reproduce this either (using the 10/1 build on windows 98). marking
worksforme
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Using the Oct 5th build, the test case renders correctly.
Reporter | ||
Comment 5•25 years ago
|
||
This bug has been fixed in the latest build.
You need to log in
before you can comment on or make changes to this bug.
Description
•