Closed
Bug 5166
Opened 26 years ago
Closed 25 years ago
table cell height seems too large...
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
INVALID
M8
People
(Reporter: rickg, Assigned: karnaze)
Details
This snippet comes from DrudgeReport.com. The (bogus) image in cell1 has a given
height that is too big, but Nav shrinks it. Gecko doesn't.
<html><body>
<table CELLPADDING="3" WIDTH="100%" border=1>
<tr>
<td ALIGN="LEFT" VALIGN="TOP" WIDTH="30%">
<img SRC="gray.gif" HSPACE="2" HEIGHT="200" WIDTH="1" ALIGN="RIGHT">
<b>Global Security conference to open in St Petersburg...<hr>AP WORLD<br>
AP NATIONAL<br><br>
</td>
<td ALIGN="LEFT" VALIGN="TOP" WIDTH="30%">Human shields defend
Belgrade bridges...
</td>
</tr>
</table>
</body>
</html>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M8
Updated•25 years ago
|
Whiteboard: [4.xP]
Comment 2•25 years ago
|
||
Marking [4.xP].
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Summary: table cell height seems to large... → table cell height seems too large...
Whiteboard: [4.xP]
Comment 3•25 years ago
|
||
I'm checkin this with NS4.6, IE4 and M7.
The funny thing is that it looks the same in all the three.
(IE4 is not drawing the image frame - but that is another issue.)
The behaviour is also correct. I can't understand what do you mean by "bogus"
or "too big".
The image should take its space (however big it is) even if it can't be loaded.
And there is no such thing as too tall for a table.
(There's such as too wide - but this is not the case.)
So I'm going on to resolve this "invalid"
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
checked builds 1999072108
marking verified
You need to log in
before you can comment on or make changes to this bug.
Description
•