Closed
Bug 2646
Opened 26 years ago
Closed 26 years ago
Image loading problems in righmost frame; background color incorrect
Categories
(Core :: Layout, defect, P2)
Tracking
()
M3
People
(Reporter: ckritzer, Assigned: troy)
References
()
Details
version: gecko
build: 99022/January 22nd, 1999
platform: Macintosh
other platforms checked:
RedHat Linux 5.2 (99026/January 26nd, 1999)
Win95 (99026/January 26nd, 1999)
expected results: all images load properly; background color identical to 4.51
build.
actual results: all images in righmost frame don't fully load; bgcolor in
leftmost frame is a much much much much lighter shade of gray than 4.51
steps to repro:
1) Launch 4.51 and gecko
2) Load http://www.hotwired.com in both builds
3) Compare the two side by side:
3a) The leftmost frame on gecko is much lighter than it should be
3b) The rightmost frame does not render all images correctly
Reporter | ||
Comment 1•26 years ago
|
||
Oops. Forgot to specificly mention that these rendering problems are also
different than the win95 & linux builds of gecko.
Reporter | ||
Updated•26 years ago
|
Component: Macintosh FE → Layout
Updated•26 years ago
|
Product: Mozilla → NGLayout
Comment 3•26 years ago
|
||
Turning into NGLayout bug
Updated•26 years ago
|
Assignee: sdagley → troy
Comment 4•26 years ago
|
||
I don't see any problem with the color background on the left frame between 4.5
and the current viewer build but there's definitely a difference between the
layout of the rightmost frame. Same thing happens on both Mac and Win32 though
so reassigning this bug to Layout component owner.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Okay, this what hard to track down, but here's a very small HTML sample that
demonstrates the problem:
<html>
<body bgcolor="#000000">
<table border="0" cellspacing="0" cellpadding="0" width="449" bgcolor="#ffffff">
<tr>
<td bgcolor="#0000FF"><a href="http://www.hotwired.com/animation/"><img
src="http://static.wired.com/frontdoor/images/animation_name.gif" border="0"
width="22" height="162"></a></td>
<td><a
href="http://www.hotwired.com/animation/collection/ezone/lenny_goes_spelunking/i
ndex.html" target="_top"><img
src="http://static.wired.com/frontdoor/images/lenny.gif" width="274"
height="162" border="0" align="left" hspace="0"></a>
<table width="153" cellspacing="0" cellpadding="0" border="0">
<tr><td height="18" width="153">Animations and More:</td></tr>
</table>
</td>
</tr>
</table>
</body></html>
The key is the <a> inside of the <td>. If you remove it, then it displays okay.
The reason is that the image is not floated if it is inside of the <a> tag.
Remove the <a> tag and the image floats okay
That's why it is a DUP of 3158
*** This bug has been marked as a duplicate of 3158 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3849
Comment 8•26 years ago
|
||
is indeed a dup
You need to log in
before you can comment on or make changes to this bug.
Description
•