Closed
Bug 80503
Opened 24 years ago
Closed 24 years ago
Images are not displayed when setting width of image
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: marc.loiselle, Assigned: pavlov)
References
()
Details
(Whiteboard: mozilla 0.9.1)
Several of the images on this page are not being displayed.
For the webdoxs image, if the width is set to 77 in <input type=image> tag, the
image displays, if the width is set to 76 it doesn't. webdocs.gif is 77 x 15.
Buildid 2001051206. Worked before libpr0n. Seems to be linux specific.
| Reporter | ||
Comment 1•24 years ago
|
||
Another example
http://en.carpoint.msn.ca/vip/Overview/Porsche/911/New.asp
bncbstop.gif is not displayed. bncbstop.gif is 373 x 40 but the html has the
width set to 374.
Interesting that a minimal page containing only the image
<html>
<body>
<img src="http://en.carpoint.msn.ca/images/bncbstop.gif" WIDTH="374" HEIGHT="40"
/>
</body>
</html>
DOES display the image.
| Reporter | ||
Comment 2•24 years ago
|
||
Still seeing this with 2001051813. Can anyone confirm this?
| Reporter | ||
Comment 3•24 years ago
|
||
Another example:
The animated Simaudio ad next to the UHF logo from http://www.uhfmag.com/ only
partially displays. It does animate but only displays the top left 50 x 50
section of the gif. If I right click the image and select "View Image" the full
image is displayed.
Buildid 2001051813
If the HTML is changed to remove the scaling, the image displays.
| Reporter | ||
Updated•24 years ago
|
Whiteboard: mozilla 0.9.1
| Reporter | ||
Comment 4•24 years ago
|
||
dup of 74313 but it is marked fixed and I still see this. I do have XIE with
Xfree86 4.0.1.
| Reporter | ||
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 74313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•