Closed
Bug 309320
Opened 19 years ago
Closed 16 years ago
cannot load files from a parent directory
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: snorth, Unassigned)
Details
Attachments
(1 file)
115 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: Firefox 1.0.6
This fails in firefox but works in Netscape and MSIE
<IMG SRC="../picture.jpg">
This works in firefox (but not in Netscape or MSIE)
<IMG SRC="./picture.jpg">
Reproducible: Always
Steps to Reproduce:
1. see example above
2.
3.
Actual Results:
using ../ a broken image results
Expected Results:
../ is the correct syntax not ./
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20050920
Firefox/1.4 ID:2005092011
WFM
WFM Mozilla 1.7.12 / Seamonkey 1.0a on WinXP
Version: unspecified → 1.0 Branch
Comment 4•16 years ago
|
||
testcase no longer works, spam follows
Please use a recent version of Firefox, available at
http://www.mozilla.com/en-US/firefox/, and report back with your results in
relation to this bug report.
If this problem can be reproduced, please reopen this bug report. Due to age/lack of response, closing. (bug cleaning)
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•