Closed
Bug 1825
Opened 26 years ago
Closed 26 years ago
Right-aligned table cell on this page doesn't layout properly on initial load
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
M8
People
(Reporter: angus, Assigned: karnaze)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
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>
Reporter | ||
Comment 1•26 years ago
|
||
Adding original reporter to cc: list
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 4•26 years ago
|
||
moving to M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 5•26 years ago
|
||
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.
Assignee | ||
Comment 6•26 years ago
|
||
Moving to M8.
Comment 7•26 years ago
|
||
Comment 8•26 years ago
|
||
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).
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 9•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•26 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•