Closed
Bug 24817
Opened 26 years ago
Closed 24 years ago
No filenames generated for index files on d/l
Categories
(SeaMonkey :: UI Design, defect, P4)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: sidr, Assigned: law)
References
()
Details
* Overview:
If a page with no filename part to its URL (ends in "/"), no filename is
generated and passed to the "Save File" or "Save As" dialog, for both
File>Save page as... and [Context Menu]>Save Link as... NN 4.7 generates
a filename based on the domain name, e.g., "www_mozilla_org.html".
* Steps to reproduce:
1. View this bug report in Mozilla.
2. Right-click on the "URL" link above, select "Save Link As..."
3. Observe the filename portion of the "Save File" or "Save As" dialog and
cancel it.
4. Left-click on the "URL" link above; let the page load.
5. Use File>Save page as... or the context menu equivalent to begin saving it.
6. Observe the filename portion of the "Save File" or "Save As" dialog and
cancel it.
* Actual Results:
No filename is generated; none can be seen in step 3 or step 6.
* Expected Results:
A filename based on the domain name, with "." replaced by "_", and the trailing
"/" replaced by ".html".
* Tested with:
2000-01-22-09-M14 nightly binary on Linux custom Slackware 4.0, fvwm2
2000-01-22-08-M14 nightly binary on Windows NT 4.0sp3
* Additional information:
This is not a DUP of either bug 16043, "Saving downloads does not suggest a
file name", which is a problem with not using filenames in the URL of the file
to be saved, nor, despite the summary, bug 22861, "Default filename not set on
file download" - in that case, the filename is provided in an HTTP header and
is not being used.
![]() |
||
Updated•26 years ago
|
QA Contact: paulmac → sairuh
![]() |
||
Comment 1•26 years ago
|
||
over to valeski for a look
I'll see about enhancing the generation of the suggested file name to catch this
case (the code is in nsStreamTransfer::SuggestNameFor in nsStreamTransfer.cpp).
Setting target milestone to M15. Shouldn't be too hard, just isn't priority #1
at the moment.
Status: NEW → ASSIGNED
Target Milestone: M15
![]() |
||
Updated•26 years ago
|
Summary: [4.xP] No filenames generated for index files on d/l → No filenames generated for index files on d/l
![]() |
||
Updated•25 years ago
|
Target Milestone: M16 → M20
nav triage team:
Would be nice to fix, but I don't think we'll get to it for beta1, marking
nsbeta1-
Comment 9•25 years ago
|
||
See also bug 67901, "When saving files, file widget should be initialized with
page title". If that bug is fixed, it would still be good to fix this bug for
the case when the page doesn't give a title.
![]() |
Assignee | |
Comment 11•24 years ago
|
||
This works the way suggested, now.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
||
Comment 12•24 years ago
|
||
yes, this is working per the fix in bug 115176.
marking verified, whee!
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•