Closed Bug 16894 Opened 25 years ago Closed 25 years ago

page is missing a cell or <td> not in line with <th>?

Categories

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

defect

Tracking

()

VERIFIED INVALID

People

(Reporter: Brade, Assigned: buster)

References

()

Details

I don't think that apprunner correctly renders this page:
http://www.mozilla.org/editor/milestones.html

I say this because I see 8 <td> tags (though only 7 </td> tages) but only 7
columns draw.  It seems to me that I should have 8 cells in the row or that my <
td>s shouldn't line up with my <th>.

(Possibly I am missing some subtlety with respect to html4 spec or css so maybe
this is just bad data and therefore an invalid bug?)

I'm pulling out portions of the source for this bug in case the file is changed.
(Hopefully I'm pulling out enough that a smaller test case could be reproduced
from it though it's possible that I chopped out part of the mozilla.org-added
data so it won't be reproducible from this snippet.):

<HTML>
<HEAD>
<TITLE>Ender Milestones</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000"
LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000"
MARGINHEIGHT=0 MARGINWIDTH=0>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
<TR>
<td> mozilla stuff appears here </td>
<TD VALIGN=TOP>
<STYLE>
body { font-size: 12pt; background-color: white}
h1   { font-size: 24pt;}
h2   { font-size: 14pt;}
td   { font-size: 12pt; white-space: nowrap;}
tr   { font-size: 12pt; white-space: nowrap;}
</STYLE>
<H1>
Ender Schedule</H1>

<P><BR>Project Start Date: Tue 12/1/98
<BR>Project Finish Date: Wed 11/3/99
<P>Currently working on <A href="#M10">M10</A>
<H2>
Tasks</H2>

<TABLE BORDER WIDTH="75%" >
<TR BGCOLOR="#DFDFDF">
<TH>ID</TH>
<TH ALIGN=LEFT>Task Name</TH>
<TH>Duration</TH>
<TH>Start</TH>
<TH>Finish</TH>
<TH ALIGN=LEFT>Name</TH>
<TH>% Complete</TH>
</TR>
<TR ALIGN=RIGHT>
<TD ALIGN=RIGHT>1</TD>
<TD ALIGN=LEFT STYLE="margin-left:4"><TD ALIGN=LEFT TTYLE="margin-left:4"><B>M1,
M2</B></TD>
<TD>35 days</TD>
<TD>Tue 12/1/98</TD>
<TD>Mon 1/18/99</TD>
<TD> </TD>
<TD>100%</TD>
</TR>
</TABLE>

</TD>
<TD VALIGN=TOP ALIGN=RIGHT>
</TD>
<TD BGCOLOR="#000000" VALIGN=TOP><IMG ALT=""
SRC="../images/bit.gif"
WIDTH=4 HEIGHT=16 HSPACE=0 VSPACE=0></TD>
</TR>
</TABLE>
</BODY>
</HTML>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
I'm testing this in 1999102110 mozilla.exe on Win98

Notice the double
<TD ALIGN=LEFT STYLE="margin-left:4"><TD ALIGN=LEFT TTYLE="margin-left:4">
in the snippet.

This has to cause an empty cell, but Nav4 fails to do that when the table is
nested into another table.
IE4 is right, so is Mozilla.

I'm marking this one INVALID.

Please fix the milestone page!
Status: RESOLVED → REOPENED
reopening bug
Sorry; I don't understand why this is invalid.  I see the line which hyp-
x@inf.bme.hu has called out above.  It should generate 2 cells as far as I
understand the spec.  On my Mac build, it only generates the second cell.

Sorry for my lack of understanding.
Resolution: INVALID → ---
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → INVALID
This works correctly in mozilla, if it is incorrect in the 4.x release then a
bug needs to be opened in bugsplat.

I am marking this as invalid
Status: RESOLVED → VERIFIED
Verified invalid
You need to log in before you can comment on or make changes to this bug.