Closed
Bug 265476
Opened 20 years ago
Closed 20 years ago
Images are being dropped from html code in Mozilla products only
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 238143
People
(Reporter: steve, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 The first three images on this page, which are wheather reporting images are being dropped from the actual code in Firefox only. Works fine in IE. Code from orinal page for the area effected (lines 54-65): <td bgcolor="#fef2d8"> <div align="center"><a HREF="http://www.komotv.com/weather/" target="_blank"><img SRC="http://www.komotv.com/weather/images/4_6day.jpg" width="251" height="187"></a></div></td> <td bgcolor="#fef2d8"> <div align="center"><a href="http://www.king5.com/" target="_blank"><img src="http://www.king5.com/live/weather_images/5day_md.jpg" width="250" height="187"></a></div></td> </tr> <tr> <td bgcolor="#fef2d8"><img src="blank.gif" width="32" height="32"></td> <td bgcolor="#fef2d8"> </td> </tr> <tr> <td colspan="2" bgcolor="#fef2d8"><div align="center"><a href="http://www.wunderground.com/US/WA/Marysville.html"> <img src="http://banners.wunderground.com/banner/infobox_both/language/www/US/WA/Marysville.gif" alt="Click for Marysville, Washington Forecast" height=108 width=144></a></div></td> The same code are seen in Firefox's view source utility: <td bgcolor="#fef2d8"> <div align="center"><a HREF="http://www.komotv.com/weather/" target="_blank"> </a></div></td> <td bgcolor="#fef2d8"> <div align="center"><a href="http://www.king5.com/" target="_blank"> </a></div></td> </tr> <tr> <td bgcolor="#fef2d8"><img src="blank.gif" width="32" height="32"></td> <td bgcolor="#fef2d8"> </td> </tr> <tr> <td colspan="2" bgcolor="#fef2d8"><div align="center"><a href="http://www.wunderground.com/US/WA/Marysville.html"> </a></div></td> Reproducible: Always Steps to Reproduce: 1. open the page in any Mozilla browser 2. 3. Actual Results: Images are dropped from the code Expected Results: Displayed the images like IE does Firefox is notaltered in any way from the basic install
Comment 1•20 years ago
|
||
WFM 20041019 PC/Win2000
Comment 2•20 years ago
|
||
Tools - Options - Web features - make sure that (Load images) for the originating web site only isn't checked.
Comment 3•20 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041016 Firefox/1.0
Comment 4•20 years ago
|
||
I see this problem all the time in 1.0. I have not yet been able to narrow this problem down but it's VERY common. It happens in FireFox but no Mozilla. The image is simply not displayed but the screen shows a blank region the proper size of the image. The right-click\View Image command displays the image correctly. Here are some sample sites which show this problem at this moment: lotus.com, Netscape.com. Yahoo.com (the header images are all missing).
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 238143 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•