Automatically open application, MIME Download
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
People
(Reporter: kw96, Unassigned)
Details
Attachments
(1 file)
6.55 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
When downloading an Excel file, a dialog is opened asking to save or run the file with a selected application. The matching application is selected and the 'Do this automatically from now on...' checkbox is checked immediately. The application also is configured correctly in the Applications list in the options panel.
The MIME type of the downloaded file is "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet".
But this dialog should not appear, because 'Do this automatically from now on...' checkbox is already checked.
When doing the same download in Chrome, after configuring the options accordingly, the application is opened immediately.
The current Firefox behavior in my opinion is a bug and very annoying to our users.
Actual results:
A prompt is shown instead of directly opening the Office application.
The configuration in Options/Applications should be respected and the application should be opened immediately.
Expected results:
Opening the application without prompt.
Comment 1•5 years ago
|
||
No way to tell for sure without a link to the file in question, but presumably the server is sending Content-Disposition: attachment
. Feel free to reopen if you've verified this isn't the case by checking the response headers.
Description
•