Closed
Bug 392697
Opened 18 years ago
Closed 17 years ago
Remove filename from URL icon, and enable clicking on the URI
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
VERIFIED
INVALID
People
(Reporter: stephend, Unassigned)
Details
Attachments
(1 file)
105.72 KB,
image/png
|
Details |
Build ID: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a8pre) Gecko/2007081705 Minefield/3.0a8pre
Summary: Remove filename from URL icon, and enable clicking on the URI
As I said in bug 391870:
According to the design docs at
http://wiki.mozilla.org/User:Dmose:Fx-Docs:DownloadManager/User_Interface,
"clicking the URL icon will open a browser on the URL, which is the URI up to
the point where the file name started".
Currently, it does nothing, and lists the file, which it shouldn't (just the
path URI).
Steps to Reproduce:
1. On a completed download, click on the "Information" icon.
2. In its popup, note the middle element.
3. Click on it.
Expected Results:
The popup for the "downloaded-from URL" should contain up to the last folder from where the file was downloaded (including the trailing slash). Clicking on the URL path should spawn a new window/tab (shawn/belztner, how is this determined?), and should load the directory from where the file was downloaded.
Actual Results:
(What's wrong):
1. The filename is included.
2. Clicking on the popup doesn't yield the URL in a new browser window/tab.
Flags: in-litmus?
Reporter | ||
Comment 1•18 years ago
|
||
Flags: in-litmus? → in-litmus+
Comment 2•18 years ago
|
||
This only happens if we do *not* have a referrer though, correct?
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> This only happens if we do *not* have a referrer though, correct?
See attached screenshot (I'm pretty sure it has a referrer, and it still shows the filename).
Reporter | ||
Comment 4•18 years ago
|
||
Comment 5•18 years ago
|
||
we do not always get referrers, and ftp doesn't even work with our fallback method.
Comment 6•17 years ago
|
||
There is no info button and url icon! bug 405888
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 7•17 years ago
|
||
(In reply to comment #6)
> There is no info button and url icon! bug 405888
Nor its Litmus testcase:
"Error Invalid Input - "4569" is not a valid testcase ID."
Verified
Status: RESOLVED → VERIFIED
Flags: in-litmus+ → in-litmus-
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•