Closed
Bug 2548
Opened 26 years ago
Closed 25 years ago
{ib} Image alignment on page not correct {floater}
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: glynn, Assigned: buster)
References
()
Details
Jan 21 Seamonkey optimized, viewer app
Mac PPC, Win 98, Win85 and NT 4.0
1. Launch Seamonkey and go to: http://www.scea.sony.com
2. Observe page layout, paying attention to images on the page
3. Now launch 4.51 Communicator and load same page and compare
• On this page Images which appear for each section are not properly placed on
the page; they are aligned too far to the right, off normal view of page such
that you need to scroll. Occurs cross platform. Have not checked Linux yet but
my guess it fails there as well.
The problem is related to the right floaters. I narrowed it down as far as I
could and still demonstrate part of the problem. Add more right floaters and the
problem compounds.
Here's the simple case:
<HTML>
<HEAD>
<TITLE>Sony Computer Entertainment America Inc.</TITLE>
<BASE href="http://http://www.scea.sony.com">
</HEAD>
<body bgcolor = "#FFFFFF" background="bkgrnd.gif" LINK="#0000FF" ALINK="#FF3300"
VLINK="#FF0000">
<TABLE CELLSPACING=0 CELLPADDING=10 BORDER=0 WIDTH=0>
<TR>
<TD VALIGN="TOP" width="500">
<IMG SRC="ps.gif" WIDTH=122 HEIGHT=110 BORDER=0 ALIGN="Right">
PlayStation Consumer Website
<IMG SRC="rainbow.gif" WIDTH=500 HEIGHT=4 BORDER=0>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
to see the problem compounded add this set of lines again:
<p><IMG SRC="ps.gif" WIDTH=122 HEIGHT=110 BORDER=0 ALIGN="Right">
PlayStation Consumer Website
<IMG SRC="rainbow.gif" WIDTH=500 HEIGHT=4 BORDER=0>
Summary: Image alignment on page not correct → Image alignment on page not correct {floater}
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Summary: Image alignment on page not correct {floater} → {ib} Image alignment on page not correct {floater}
Updated•25 years ago
|
Severity: critical → normal
Whiteboard: WORKSFORME?
Comment 5•25 years ago
|
||
I am unable to replicate the behaviour described.
I suggest this bug be marked WORKSFORME unless someone can reproduce the bug.
Updated•25 years ago
|
Target Milestone: M15
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Whiteboard: WORKSFORME?
Comment 6•25 years ago
|
||
Reopen the bug if the page still shows some layout bugs. I cannot reproduce
any of the bugs mentioned above in the 1999-05-23 build.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Page is displayed correctly in the June 2 Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•