Bug 1669329 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR
1. Change scale value in new print ui
2. Open system dialog

ER:
Scale number matches the changed vale

AR:
Scale is always 100%.

This doesn't appear to be the same problem as Bug 1668894, since it applies to all printers (not just save to pdf). We're passing the correct scaling value here https://searchfox.org/mozilla-central/rev/35245411b9e8a911fe3f5adb0632c3394f8b4ccb/toolkit/components/printing/content/print.js#236, so I believe something must be incorrect in `widget/cocoa/nsPrintDialogX.mm`.
STR
1. Change scale value in new print ui
2. Open system dialog

ER:
Scale number matches the changed vale

AR:
Scale is always 100%.

This doesn't appear to be the same problem as Bug 1668894, since it applies to all printers (not just save to pdf). We're passing the correct scaling value here https://searchfox.org/mozilla-central/rev/35245411b9e8a911fe3f5adb0632c3394f8b4ccb/toolkit/components/printing/content/print.js#236, so I believe something must be incorrect in `widget/cocoa/nsPrintDialogX.mm`. Other changed settings (like range, orientation, copies) persist correctly

Back to Bug 1669329 Comment 0