Closed Bug 2065 Opened 26 years ago Closed 26 years ago

Nested tables rendering bug

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 1474

People

(Reporter: mik, Assigned: buster)

Details

The following HTML file is displayed wrong (only cell "one" is visible):

<HTML>
<BODY>
<TABLE BORDER WIDTH="100%">
  <TR>
  <TD WIDTH="50%">
    One
  </TD>
  <TD WIDTH="50%">
    <TABLE BORDER WIDTH="100%">
    <TR>
    <TD WIDTH="50%">
      Two
    </TD>
    <TD WIDTH="50%">
      Three
    </TD>
    </TR>
    </TABLE>
  </TD>
  </TR>
</TABLE>
</BODY>
</HTML>

If you remove "WIDTH=100%", NGLayout displays it correctly.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 1474 ***
Status: RESOLVED → VERIFIED
Verified Dup of Bug 1474
You need to log in before you can comment on or make changes to this bug.