Closed
Bug 299157
Opened 20 years ago
Closed 20 years ago
Firefox can't handle files names dead.gif
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: haggeluring, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Just paste this code in a html file and see that it won't show the file with the gif image. neither dead.gif nor dead.png exists <A href="dead.gif">text not showing if href contains dead.gif</A><br /> <A href="dead.png">text showing if href is dead.png</A> Firefox can't show a gif image names dead.gif either. http://lvk.mine.nu/compeer/black.gif and http://lvk.mine.nu/compeer/dead.gif are exact copies (md5 if you like) hagman@lvk:/www/lvk/compeer$ md5sum black.gif c5fd135f9f30073bee18b7b01906e5ae black.gif hagman@lvk:/www/lvk/compeer$ md5sum dead.gif c5fd135f9f30073bee18b7b01906e5ae dead.gif super wierd. Reproducible: Always Steps to Reproduce: 1. Visit http://www.peoplelink.org/images/gifs/ 2. You'll see that some files are missing, those files have names containing dead.gif 3. Open the source and paste the url to the file. it won't show up. 4. The file works like it should with other browsers. 5. Google for "dead.gif" and you will see that it happens every time Actual Results: Text not showing and/or image can't be handled properly Expected Results: Show the text even if href contains dead.gif **** english
| Reporter | ||
Comment 1•20 years ago
|
||
Ooops didn't think of that it happens on bugzilla to (might be confusing), just view this report in another browser.
| Reporter | ||
Comment 2•20 years ago
|
||
My userContent.css had a rule not to show *ad.gif... took that away and it works now. sorry to bother anyone.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•