jkleinsc

#52367: fix: invalid printer settings when settings passed

Merged
Created: Jul 16, 2026, 8:45:05 AM
Merged: Jul 17, 2026, 11:13:23 AM
4 comments
Target: main

Description of Change

Additionally, a test has been added for this regression which uses a silent virtual printer to test.

Checklist

Release Notes

Notes: Fixed webContents.print() returning "Invalid printer settings" when print options are provided.

Backports

43-x-y
In-flight
PR Number
#52381
Waiting to be merged
44-x-y
Merged
PR Number
#52382
Merged At
Jul 17, 2026, 3:48:28 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron