Closed Bug 1825 Opened 26 years ago Closed 25 years ago

Right-aligned table cell on this page doesn't layout properly on initial load

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 2486

People

(Reporter: angus, Assigned: karnaze)

References

()

Details

Attachments

(1 file)

After you force a reflow by resizing, it renders properly. Here's the simple
test case:

<html>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="5"
bgcolor="#E2BF81">
  <tr>
        <td align="CENTER" valign="BOTTOM"
background="http://www.catholicliturgy.com/images/parchedge.jpg"><img
src="http://www.catholicliturgy.com/images/angels.gif" width=110 height=80
border=0 align="middle" alt="angels"></td>
    <td background="http://www.catholicliturgy.com/images/parchmen.jpg"
width="100%"><img src="http://www.catholicliturgy.com/images/newtitle.gif"
width=305 height=77 border=0 alt="The Catholic Liturgical Library"></td>
        <td  background="http://www.catholicliturgy.com/images/parchmen.jpg"
align="right" valign="middle" width="100%"><form method="POST"
action="http://www.catholicliturgy.com/cgi-catholicliturgy/FormMail.pl">
    <input type="hidden" name="recipient"
value="newsletter@catholicliturgy.com">
        <input type="hidden" name="subject" value="Library Registration">
        <input type="hidden" name="redirect"
value="http://www.catholicliturgy.com/mailnotice.htm"><span
class="smallb">Librarian's Chronicle</span><br>
        <input name="email address" value="E-mail" size="15" class="small"><br>
    <input type="text" value="Name" size="15" name="realname" class="small"><br>
    <input type="submit" value="Subscribe!" class="smallb"></form></td>
  </tr>
</table>
</body>
</html>
Adding original reporter to cc: list
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Target Milestone: M4 → M5
moving to M5
Target Milestone: M5 → M6
The original url is no longer valid. The test case doesn't look too bad, but
there are some difference with Nav4.5. Moving to M6.
Moving to M8.
The only two differences between Nav4 and 5.0 remaining are:

1) the text box widget has a leading whitespace area of about 7px; (noted on
bug #1431 (and others?)).

2) the table (HTML above in this bug report) has a greater vertical height in
Nav4.5 than it does in 5.0. However, the testcase (attached) shows that this
difference in height is "due" to the </FORM> element inside the last <TD> of
the TABLE -- similar TABLE/FORM bugs are:

  bug #2644 -- Tables render text more densely than 4.51/IE4.01
  bug #2966 -- Spacing between top table and second table not even
  others ?? -- possibly any page with forms/tables that has "vertical
               shortening" of content.

nisheeth (was kipp) has 2966 and ChrisK has 2644 & this one (1825).
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
The <form> issue is a dup of bug 2478. The 7px margin on input is a dup of
bug 2486.

The original URL is now defunct, so I cannot check it. The remaining issue in
the test case is the dup of bug 2486. Marking this bug as such.


*** This bug has been marked as a duplicate of 2486 ***
Status: RESOLVED → VERIFIED
Verified Dup
Blocks: 18951
No longer blocks: 18951
You need to log in before you can comment on or make changes to this bug.