Closed Bug 5166 Opened 26 years ago Closed 25 years ago

table cell height seems too large...

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

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>
Status: NEW → ASSIGNED
Target Milestone: M6
Moving to M8
Whiteboard: [4.xP]
Marking [4.xP].
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]
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"
Status: RESOLVED → VERIFIED
checked builds 1999072108 marking verified
You need to log in before you can comment on or make changes to this bug.