Closed
Bug 85137
Opened 24 years ago
Closed 24 years ago
image then use height= width= in table become invisible
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: slava, Assigned: pavlov)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.3 i686; en-US; rv:0.9.1) Gecko/20010608
BuildID: 2001060810
In Mozilla 0.91 then images at this page has width='' height='', images become
invisible after download of images complete... Without width='' height='' - all
work ok. This bugs apear in 0.91. In 0.8 this was work. Its work in Netscape and
MS IE.
Reproducible: Always
Steps to Reproduce:
1.Go to
http://www.amber-da.com.ua/Mozilla_bugs/GraphicsTable/BadRenderingInTable.html
2.After complete downloading of images, image become invisible.
3.
Actual Results: Image in table become invisible
Expected Results: Image may be visible :)
This the html code in witch images become invisible. The first image without
width and height is OK, and others use width and height and become invisible
after downloading...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Bad Rendering pictures in table</title>
</head>
<body>
<table border="0" align="center" valign="middle" width="0">
<tr valign="middle" height="45" align="left">
<td width="33%" >
<img
src="http://banners.wunderground.com/banner/gizmotemp/global/stations/33345.gif"
border="2" vspace="2" hspace="5"
alt="?????? ? ?????. ??? ????? ????????? ? ???????? - ???????." align="middle">
</td>
<td width="33%" >
<img
src="http://banners.wunderground.com/banner/gizmotemp/global/stations/33393.gif"
width="120" height="40" border="2" vspace="2" hspace="5"
alt="?????? ?? ??????. ??? ????? ????????? ? ???????? - ???????." align="middle">
</td>
<td width="33%" >
<img
src="http://banners.wunderground.com/banner/gizmotemp/global/stations/34300.gif"
width="120" height="40" border="2" vspace="2" hspace="5"
alt="?????? ? ????????. ??? ????? ????????? ? ???????? - ???????." align="middle">
</td>
</tr>
</table>
</body>
</html>
dup
*** This bug has been marked as a duplicate of 74313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
the URLs in bug 85137 work just fine with XIE and Asko Tontti's patch in bug
74313. This is why i marked this as a dup.
Later, XIE was ripped out and another patch applied instead, and bug 74313 was
resolved as fixed. That last patch is now in the official builds but obviously
didn't fix bug 85137, several images appear as black with that fix. I hope
remaining issues are covered in bug 86600. Reopening bug 85137 for re-evaluation.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 86600 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•