Closed Bug 1430658 Opened 8 years ago Closed 6 years ago

Saving of print settings inconsistently handles prefs

Categories

(Core :: Printing: Setup, enhancement, P3)

enhancement

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.
[ Triage 2017/02/20: P3 ]
Priority: -- → P3
Depends on: 855889

This was fixed by bug 855889.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Whiteboard: [print_v75]
Whiteboard: [print_v75] → [print2020_v75]
You need to log in before you can comment on or make changes to this bug.