Closed Bug 2974 Opened 26 years ago Closed 25 years ago

{ib} [4.xP]Graphic in wrong location

Categories

(Core :: Layout, defect, P3)

defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: jeffu, Assigned: buster)

References

()

Details

http://www.filez.com The Visual Studio icon displays in the wrong place (center
left).  In 4.51 and IE the graphic displays in the upper right corner.

<TABLE WIDTH="270" BORDER="0" CELLSPACING="0" CELLPADDING="0">
    <TR><TD>
        <A
HREF="http://spinbox1.filez.com/?RC=38&AI=230&RL=http://msdn.microsoft.com/vstud
io/headlines/ad/vsfilez.htm">
        <IMG SRC="http://www.mp3.com/spin_html/visualstudiologo.gif" WIDTH=88
HEIGHT=40 BORDER=0 ALIGN="RIGHT" ALT="Visual Studio">
        </A><FONT FACE="Arial,Helvetica" SIZE="2">
        <P>NEW VISUA....

This has not yet been check on Unix or Mac
QA Contact: 4110
Assignee: troy → kipp
Interesting. Because the floated image is inside of a A element, we're not
moving the floater out of the flow. That part should get fixed when you move
your floater logic into the frame construction code

The table isn't necessary in reproducing the bug. Just this will do:
<A HREF="http://msdn.microsoft.com/vstudio/">
<IMG SRC="http://www.mp3.com/spin_html/visualstudiologo.gif" WIDTH=88
HEIGHT=40 BORDER=0 ALIGN="RIGHT" ALT="Visual Studio">
</A><FONT FACE="Arial,Helvetica" SIZE="2">
<P>NEW VISUA....
OS: Windows NT → All
Hardware: PC → All
I have verified that the problem exists on all platforms (which isn't a
surprise based on Troys comments).
*** Bug 3072 has been marked as a duplicate of this bug. ***
*** Bug 2646 has been marked as a duplicate of this bug. ***
Summary: [PP]Graphic in wrong location → [4.xP]Graphic in wrong location
Target Milestone: M6
QA Contact: 4110 → 1698
Summary: [4.xP]Graphic in wrong location → {ib} [4.xP]Graphic in wrong location
Severity: normal → critical
Priority: P2 → P3
It now demonstrates a block-in-inline bug...
Whiteboard: WORKSFORME?
Target Milestone: M15
I cannot see anything wrong with the minimized test cases any more.

I suggest this bug be marked WORKSFORME, unless anyone can see a reason not to.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Whiteboard: WORKSFORME?
The remaining bug on the filez page is an alignment bug that I will file
separately. (align=center is translated to text-align:center, and so contained
blocks are not being centered.)
Status: RESOLVED → VERIFIED
Verified WORKSFORME; I can't reproduce any of the problems, either --- on any
platform using --- using the simplified test cases referenced by this bug on
5.25.99 M6 candidate [Mac OS/Win32] or 5.26.99 Linux.
You need to log in before you can comment on or make changes to this bug.