Closed
Bug 437512
Opened 16 years ago
Closed 16 years ago
Downloading file with same name causes problems when opening them
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 301328
People
(Reporter: matneh, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
If I download a file name "foo" from two different places on an FTP server, the first one is called "foo" and the second one is called "foo-1" and stored in my Temp directory.
When I double click on the latest "foo", though, Firefox opens "foo" instead of "foo-1"
Reproducible: Always
Steps to Reproduce:
1. Download a file from one place
2. Download a file with the same name (but different content) from another place
3. Double click on the latest filename in the Downloads window
Actual Results:
it will open the older file (#1)
Expected Results:
it should open the newer file (#2)
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•