save-as-and-open In the "open"-"save as"-"cancel" download dialog
Categories
(Firefox :: File Handling, enhancement)
Tracking
()
People
(Reporter: Suran, Unassigned)
References
Details
(Keywords: parity-chrome, parity-ie)
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment 4•22 years ago
|
||
Comment 5•21 years ago
|
||
Comment 6•21 years ago
|
||
Updated•16 years ago
|
Comment 7•13 years ago
|
||
| Comment hidden (advocacy) |
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Updated•9 years ago
|
Comment 11•7 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
(In reply to Matthew Davis from comment #12)
We do not allow users to simply click a single button and download and open a
file. That's what gets IE users into a plenty of trouble. They must take at
least two steps in mozilla to launch .exe files, and that's by design.It's already possible to open a file with a single click, so saving that
file to~/Downloads(or other hard drive location) instead of/tmpisn't
going to impact security.Or am I missing something?
You're missing the fact that we disable the "Open" option for executable file types, such as .exe on Windows: https://cl.ly/4f40979560a5 and https://searchfox.org/mozilla-central/rev/5053031ba7621fa8f63f42de4c204ab3561e4e59/toolkit/mozapps/downloads/nsHelperAppDlg.js#662-663,667
Comment 14•6 years ago
|
||
(In reply to Matthew N. [:MattN] (PM me if requests are blocking you) from comment #13)
You're missing the fact that we disable the "Open" option for executable file types, such as .exe on Windows: https://cl.ly/4f40979560a5 and https://searchfox.org/mozilla-central/rev/5053031ba7621fa8f63f42de4c204ab3561e4e59/toolkit/mozapps/downloads/nsHelperAppDlg.js#662-663,667
Ok, so can't we add a "save and open" button and disable it for executables?
Comment 15•6 years ago
|
||
I would be in favour of that but I'll defer to Paolo who knows more about recent UX thoughts on Downloads. The risk I see is adding clutter in the UI since we already supporting opening the files immediately after download from a temp. folder.
Comment 16•6 years ago
|
||
(In reply to Matthew N. [:MattN] (PM me if requests are blocking you) from comment #15)
The risk I see is adding clutter in the UI since we already supporting opening the files immediately after download from a temp. folder.
The original request specifically refers to saving a permanent local copy and not having to involve the file manager, which would rule out downloading to a temporary folder.
Given the specific request for a single save-as-and-open option, I get the impression that the two key features Marcus is looking for are:
- Save to a user-defined non-temporary folder, like the Save option and unlike the Open option.
- A convenient way to pre-emptively request that the downloaded file be opened, like the Open option and unlike the Save option.
...in which case, this could be solved by replicating Chrome's support for clicking on an in-progress download's button in the download bar to toggle whether it will be automatically opened once it completes.
I'm not on Developer Edition at the moment, but I know Firefox didn't support that last I checked and I don't remember seeing any indication that Firefox has added it recently.
Comment 17•6 years ago
|
||
(In reply to Matthew N. [:MattN] (PM me if requests are blocking you) from comment #15)
I would be in favour of that but I'll defer to Paolo who knows more about recent UX thoughts on Downloads.
I think there's some similarity between some of the thoughts on this bug and the latest UX thinking. You can see a larger plan in the dependency tree of bug 1270405. Most of these plans are immediately blocked by bug 1306334 and its dependencies, but we do eventually plan to remove the interstitial dialog entirely for executables and other file types in bug 1306341.
Unfortunately we don't have a team assigned to work on any of these bugs, so the user experience of downloads is basically frozen until we can get some momentum on the bugs I mentioned above.
Description
•