Closed
Bug 378267
Opened 18 years ago
Closed 18 years ago
Paths and filenames with special characters (such as é è ç ñ) not properly supported in browsing
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 278161
People
(Reporter: frchampigneul2900, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
When the path from a folder contains a special character (such as é è ç ñ), an html file in this folder cannot read files located in the same folder (or subfolders) whose filename or path contains also a special character (such as é è ç ñ).
Reproducible: Always
Steps to Reproduce:
1. Create a local folder called "testé" (or whose name contains é, è, ñ, etc.)
2. In this folder place a file called "targeté.jpg" (or whose name contains é, è, ñ, etc.)
3. Create in the same folder an html file that contains reference to the previous file, for instance a file that is simply <img src="targeté.jpg">, and try to open this file in Firefox
Actual Results:
The file "targeté.jpg" will not be found by firefox.
Expected Results:
The file "targeté.jpg" should be have been found and open by Firefox.
The file type does not matter. For instance there is the same issue when the target file is an html frame file referred to by a <frame> tag.
If either the path from the "main" html file OR the path and filename from the target file does not contain any special character (such as é è ç ñ), there is no issue.
This is a regression since THIS BUG DID NOT EXIST IN FIREFOX 1.5.x.
It does not exist in Internet Explorer.
This bug IS NOT a duplicate from 263570 which was another issue that had been solved in previous Firefox releases.
Comment 1•18 years ago
|
||
This was fixed-on-trunk by bug 261929.
You can try it out: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 2•18 years ago
|
||
Ria, I think you mean bug 278161
You need to log in
before you can comment on or make changes to this bug.
Description
•