Closed
Bug 4520
Opened 26 years ago
Closed 26 years ago
Table Align=RIGHT in a nested table can cause contents to vanish
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: dredd, Assigned: karnaze)
References
()
Details
Given HTML resembling that below, the first table (nested, align=right) will
have its contents lost, whereas the second (nested, align=left) will have its
contents survive.
<TABLE BORDER=5>
<TR>
<TD>
<TABLE BORDER=3 ALIGN=RIGHT>
<TR><TD>
Inner Right
</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE BORDER=5>
<TR>
<TD>
<TABLE BORDER=3 ALIGN=LEFT>
<TR><TD>
Inner Left
</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
Comment 1•26 years ago
|
||
Well, I'll be. It does indeed 'disappear' for Nav4.51. However, there is
no problem with 5.0. Given that this is a database for 5.0 .... chrisd?
Comment 2•26 years ago
|
||
Sorry. I should be more specific: I looked at the HTML above using Nav4.51 on
Win95 and could see two tables: top one was 'empty', bottom one contained
a table which contained the words 'inner left'.
I also looked at the same HTML in viewer.exe Apr10 opt build on Win95, and in
addition to the above, I also saw table inside the top table that contained
the words 'inner right'.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•26 years ago
|
||
The 2 tables in the test case look ok on a 4/11 optimized WinNT. Please verify
on Win98.
Using 4/11 code, I was able to confirm (as the original submitter) that the bug
is gone, although it does still exist in the 4.xx browsers (although that's not
necessarily relevant here).
Good deal. :) I'll let you guys close it if you see fit...
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Using 5/20 Apprunner, verified bug fixed in Gecko.
You need to log in
before you can comment on or make changes to this bug.
Description
•