Print selection is disabled inside the system modal if the print preview destination was set to “Save to PDF”
Categories
(Toolkit :: Printing, defect, P2)
Tracking
()
People
(Reporter: emilghitta, Assigned: MattN)
References
(Blocks 1 open bug)
Details
(Whiteboard: [print2020] [old-ui-] )
Attachments
(2 files)
Affected versions
- Firefox 83.0a1 (BuildId:20201008094950)
- Firefox 82.0b8 (BuildId:20201006142214)
- Firefox 81.0.1 (BuildId:20200930150533)
Affected platforms
- Windows 10 64bit
- Ubuntu 18.04 64bit
- macOS 10.14
Steps to reproduce
- Launch Firefox.
- Access a random webpage.
- Select a random string from the page.
- Open the print preview.
- Select the “Save to PDF” destination.
- Click the “Print using the system dialog”.
- Switch between the available destinations from the System dialog.
Expected result
- The “Selection” radio button is available.
Actual result
- The “Selection” radio button is not available.
Regression Window
- I don’t think that this is a regression.
Additional Information
- [Suggested severity] S3
- For further information regarding this issue please observe the attached screencast.
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
![]() |
||
Comment 1•4 years ago
•
|
||
I guess because although we set isPrintSelectionRBEnabled, that setting isn't on the list of propagated settings.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
(Moving bugs to 86, part 1.)
Comment 3•4 years ago
|
||
Moving things to 88, cause we're mostly on Proton these days…
![]() |
||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Just hit this bug too (due to a separate issue of printing from the modal dialog not working at all, just flickering upon clicking "Save").
We need to set isPrintSelectionRBEnabled
after getting default system printer settings for the system dialog (since we can't use the current settings
which refer to the fake PDF printer): https://searchfox.org/mozilla-central/rev/3ba42a92cea3e61163091e7fe4d22bcda74a1e5a/toolkit/components/printing/content/print.js#287,302-305,307
Assignee | ||
Comment 5•4 years ago
|
||
When the Mozilla PDF printer is selected, a new settings object was created without the value of isPrintSelectionRBEnabled computed.
Comment 7•4 years ago
|
||
bugherder |
Comment 8•4 years ago
|
||
The patch landed in nightly and beta is affected.
:MattN, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 9•3 years ago
•
|
||
Reproduced the issue on an affected Nightly build from 2020-10-08 on Win 10 x64.
Verified as fixed on Firefox 92.0.1 (20210922161155) across the following platforms: Win 10 x64, Ubuntu 20.04 and macOS 10.15. The selection button is available, it is not grayed out anymore.
Description
•