Closed Bug 292565 Opened 19 years ago Closed 19 years ago

The use of some URL forms in IMG tags, inhibit the display on images

Categories

(Firefox :: General, defect)

x86
Linux
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: silkman425, Unassigned)

References

()

Details

(Whiteboard: The problem was the setting of the image block feature. It was mis-understood.)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Firefox/1.0.3

In the following the first image is not displayed although space for it is
assigned and you can view the image with right clicking. The next 2 are ok.

<html>
<head>
</head>
<body
<IMG src="http://127.0.0.1/Images/Spiders/Dsc_3190.jpg" border=1 alt=Broken>
<IMG src="http://localhost/Images/Spiders/Dsc_3190.jpg" border=1 alt=ok1>
<IMG src="/Images/Spiders/Dsc_3190.jpg" border=1 alt=ok2>
</body>
</html>

Reproducible: Always

Steps to Reproduce:
1.build a file with the code given in details
2.edit the file above to link to a given image as per the URL forms given in the
code.
You should see 2 of the 3 images only ...hence the problem.

Actual Results:  
Only 2 of the 3 copies of the image will be displayed ...

Mozilla, Konqueror and IE are OK. 

Expected Results:  
All three images should have been displayed
(Q1) What is your image blockig settings on Firefox?
     - Tools/Options/Contents
       - Setting of "Load Images" and "For the Originating Web Site Only"
       - Settings in "Execptions" for both localhost and 127.0.0.1
(Q2) Are there any difference from image blocking settings on Mozilla?
(Q3) HTTP GET is issued to 127.0.0.1 by Firefox?
     Install Live HTTP Headers, and see HTTP headers.
     ( http://livehttpheaders.mozdev.org/index.html )  
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Whiteboard: The problem was the setting of the image block feature. It was mis-understood.
You need to log in before you can comment on or make changes to this bug.