Closed Bug 27471 Opened 25 years ago Closed 25 years ago

attempt to load a missing image doesn't respect height w/ ALIGN=right (once)

Categories

(Core :: Layout, defect, P3)

x86
FreeBSD
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jesup, Assigned: troy)

Details

Attachments

(2 files)

In the HTML below, if you load it, the table will be collapsed to 1 character
line high.  If you hit reload, it uses the correct height and width and respects
the right-alignment.  From then on it will be correct on reload.  Change the
name of the non-existant image in the HMTL, and the bug will reappear on reload.

The bug goes away if you remove the ALIGN=right.

<html>
<body BGCOLOR="#FFFFFF">
<table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="69">
   <tr bgcolor="#DDDD66">
      <td ALIGN="right" WIDTH="26">
           <img SRC="seadcdh2frd035.GIF" WIDTH="26" HEIGHT="88" ALIGN="right"
hspace="0" vspace="0">
      </td>
   </tr>
</table>
</body>
</html>
Status: NEW → ASSIGNED
Attached file Test case
Okay, this seems to work now. It may have been related to bug 31451

I added the test case you supplied as an attachment.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed in the May 30th builds.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: