Closed
Bug 1756445
Opened 3 years ago
Closed 3 years ago
Stop saving print settings in platform code after printing
Categories
(Core :: Printing: Setup, defect, P3)
Core
Printing: Setup
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
The new, tab-modal printing code saves print settings and that's the correct place to do it. The code that does this in nsPrintJob is no longer needed.
![]() |
Assignee | |
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jwatt
Status: NEW → ASSIGNED
Pushed by jwatt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2acc9579e350
Stop saving print settings in platform code after printing. r=bobowen
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
Comment 4•3 years ago
|
||
Apparently we were relying on this code on Windows, for print operations that used the system print dialog, to save configuration changes (e.g. choosing "landscape") that happen inside that dialog.
See bug 1795244 comment 12 and 13.
You need to log in
before you can comment on or make changes to this bug.
Description
•