Closed
Bug 3158
Opened 26 years ago
Closed 26 years ago
content not displayed when image align tag used
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: fornixon, Assigned: buster)
References
()
Details
The Trinity logo picture at the top of the main frame should be over to the left
and have another image on the very right of that same line, with text in the
middle. However only the left aligned image is being displayed.
This is on the 16 Feb 99 win32 binary of the Viewer. This bug has been present
for about a weeek, late January builds rendered this page fine.
Here's a small subset of the document that demonstrates the problem. Remove the
FONT tag and everything looks fine. The content model is okay, the frame model
isn't.
<head>
<base href="http://204.40.42.155/~webteam/">
</head>
<BODY BGCOLOR="#FFFFFF" ALINK=DARKGREEN VLINK=DARKGREEN LINK=DARKGREEN
TEXT=DARKBLUE>
<FONT FACE="Arial,Helvetica"><IMG SRC="graphics/trinitylogo.gif" HEIGHT=159
WIDTH=174 ALIGN=LEFT ALT="Trinity Logo">
<IMG SRC="graphics/mytlogo.jpg" HEIGHT=160 WIDTH=148 ALIGN=RIGHT
ALT="my.trinity">
Holy Trinity
</FONT>
</body>
Fixed. There was a (brief) instance of time where the inline code wasn't
properly moving floaters out of the flow. Now the frame construction code does
it so the bug is gone.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Using 3/1 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•