Closed
Bug 470600
Opened 16 years ago
Closed 16 years ago
When FIREFOX opens this page, there is a missing graphic.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ann_0n1m0us, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
When this page is opened in IEx, page displays fine.
If you click on PROPERTIES option of the graphic, you get the proper URL:
http://www.frontiernet.net/~jazz2/graphics/tweety.jpg
However, if you click on the PROPERTIES option of the graphic on the FIREFOX
page, hyou get the following URL:
http://www.frontiernet.net/~jazz2/graphics%5Ctweety.jpg
Reproducible: Always
Steps to Reproduce:
1.Go to page: http://www.frontiernet.net/~jazz2
2.
3.
Comment 1•16 years ago
|
||
You have to change the backslash on the src attr. of the img to a forward slash, works for me with that.
Comment 2•16 years ago
|
||
src="graphics\tweety.jpg">
-> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•