Closed
Bug 307065
Opened 19 years ago
Closed 19 years ago
Does not fetch image specified in "src" attribute of <img> tag when the name contains two numbers separated by an "x" or "X"
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: akchu, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 In the example page, all the <img> tags contain the string "100x75" in the "src" attribute. Even when I create a simple test case with a file named "100x75.jpg" and add <img src="100x75.jpg" /> into a test html page, the image fails to display in Firefox and if you look at the webserver access logs, it shows that Firefox did not even attempt to fetch the page. Reproducible: Always Steps to Reproduce: 1. Rename a JPEG image to "100x75.jpg" 2. Create a bare bones html page containing the line <img src="100x75.jpg" /> 3. Open the page in Firefox and stare blankly at the empty screen. Actual Results: Image does not get fetched and does not display. Expected Results: Image gets fetched and displays.
Comment 1•19 years ago
|
||
WFM. I suggest disabling any content filtering software such as adblock. Better yet start firefox in it's safe mode and seeing if you still have problems.
Yup, it was one of the extensions. Sorry for wasting your time. I will run Firefox in safe mode next time if I encounter an issue. It didn't even occur to me to do that.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•