New implementation ignores browser.download.useDownloadDir
Categories
(Firefox :: Screenshots, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox101 | --- | unaffected |
firefox102 | --- | affected |
People
(Reporter: metasieben, Unassigned)
References
(Depends on 1 open bug)
Details
With screenshots.browser.component.enabled
we currently seem to ignore browser.download.useDownloadDir
.
STR:
- Set
screenshots.browser.component.enabled
totrue
- Set
browser.download.useDownloadDir
tofalse
- Take a screenshot
ER: Filepicker opens
AR: Screenshot is saved to Downloads
directory
Comment 1•3 years ago
|
||
Reproduced on 26.05.2022 Nightly on Windows 10, Ubuntu 20 and Mac ARM 12
Comment 2•3 years ago
|
||
Thanks for filing this. We should match the normal behavior for downloading an image - with the various preferences & external app handler settings. It looks like this does work as expected with the extension so we'll need to investigate to see what needs to happen to match behavior there.
Comment 3•9 months ago
•
|
||
I believe this is now fixed. If I enable the "Always ask you where to save files" checkbox in about:preferences, clicking the download button in the screenshots UI will correctly open a file picker prompt.
edit: :mak I'm not 100% sure what should happen in the STR given here though. If Apparently "ask where to save" is toggling the browser.download.useDownloadDir
is false and "ask where to save files" is unchecked, what should happen?useDownloadDir
pref so we should be good here.
Updated•9 months ago
|
Description
•