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)

PowerPC
Mac System 8.5
defect

Tracking

()

VERIFIED DUPLICATE of bug 2974

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
Oops. Forgot to specificly mention that these rendering problems are also different than the win95 & linux builds of gecko.
Component: Macintosh FE → Layout
Setting all current Open Critical and Major to M3
Product: Mozilla → NGLayout
Turning into NGLayout bug
Assignee: sdagley → troy
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 ***
Status: RESOLVED → REOPENED
Whoops, I meant it's a DUP of 2974
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
*** This bug has been marked as a duplicate of 2974 ***
Status: RESOLVED → VERIFIED
QA Contact: 3849
is indeed a dup
You need to log in before you can comment on or make changes to this bug.