Closed
Bug 1430658
Opened 8 years ago
Closed 6 years ago
Saving of print settings inconsistently handles prefs
Categories
(Core :: Printing: Setup, enhancement, P3)
Core
Printing: Setup
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
(Whiteboard: [print2020_v75])
We have the following two bool prefs that default to true in all.js:
- print.use_global_printsettings
- print.save_print_settings
In two places we ignore the value of print.save_print_settings if print.use_global_printsettings is set to false:
- nsGlobalWindowOuter::PrintOuter
- Printing.shouldSavePrintSettings in
toolkit/content/browser-content.js
but then in two other places we fail to check print.use_global_printsettings:
- PrintUtils.showPageSetup in
toolkit/components/printing/content/printUtils.js
- nsPrintDialogServiceX::Show in
widget/cocoa/nsPrintDialogX.mm
This could be responsible for some/all of the bugs about print settings being saved inconsistently that I've seen while triaging the printing bugs.
| Assignee | ||
Comment 2•6 years ago
|
||
This was fixed by bug 855889.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [print_v75]
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [print_v75] → [print2020_v75]
You need to log in
before you can comment on or make changes to this bug.
Description
•