Closed
Bug 671905
Opened 14 years ago
Closed 14 years ago
Fail to locate or load image if the folder name contains an underscore
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: albot.admin, Unassigned)
Details
(Keywords: css3)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
I'm a developer for a website on a Linux server, and I had to load a 1x1 pixel on repeat to use as a background. I also had to load other pictures.
Actual results:
When I declared in my css file
background-image: url("/images/ad_gallery/image.jpg");
the background failed to show up. It worked when using IE9, Chrome, and Opera. Additionally, other pictures in the same folder also failed to display.
Expected results:
The pictures should have displayed. When using Firebug, Firebug says there was no issues locating the image(s). However, the images failed to display in Firefox. Recreating/renaming the folder to "images/adgallery/image.jpg" resolved the issue.
| Reporter | ||
Comment 1•14 years ago
|
||
Should also note that Firefox Portable renders the website and URL correctly.
Keywords: css3
Updated•14 years ago
|
OS: Other → Windows XP
Hardware: All → x86_64
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Should also note that Firefox Portable renders the website and URL correctly.
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > Apologies for double-reply. I was using an Intel Core 2 Duo, Windows 7: Service Pack 1, and the latest version of FireFox.
Comment 4•14 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
Mozilla/5.0 (X11; Linux x86_64; rv:8.0a1) Gecko/20110715 Firefox/8.0a1
I've not been able to reproduce the bug using this code:
<html>
<head>
<style type="text/css">
body
{
background-image: url("/images/ad_gallery/image.jpg");
}
</style>
</head>
<body>
<p>Hello world!</p>
</body>
</html>
Do you have a test case that shows the bug?
Comment 5•14 years ago
|
||
Is there some ad-blocking software involved?
| Reporter | ||
Comment 6•14 years ago
|
||
From my Firefox, I can see the background for the font on http://cmu-asa.com/board.html properly
The test page http://cmu-asa.com/board2.html 's background for the font isn't working for me. The side arrows next to the pictures aren't showing up either.
Comment 7•14 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
Mozilla/5.0 (X11; Linux x86_64; rv:7.0a2) Gecko/20110715 Firefox/7.0a2
Mozilla/5.0 (X11; Linux x86_64; rv:8.0a1) Gecko/20110715 Firefox/8.0a1
(In reply to comment #6)
I see no difference at all when switching between two tabs with one page in each tab.
Does your issue still occur if you start Firefox in Safe Mode?
https://support.mozilla.com/en-US/kb/Safe+Mode
| Reporter | ||
Comment 8•14 years ago
|
||
I restarted Firefox in safe mode and it works. After some testing, I figured out the error is caused by Adblock Plus. Should I file a bug report to Adblock Plus?
Comment 9•14 years ago
|
||
Primarily I don't think this is a bug in Adblock Plus itself, but a too aggressive filter.
Selecting "Open blockable items Ctrl+Shift+V" from the Adblock Plus menu makes it possible to see which filter gets activated for a specific URL.
Comment 10•14 years ago
|
||
> Should I file a bug report to Adblock Plus?
I don't think so -- I think it's actually doing its job!
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•