Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't ask user for print settings. #17670

Closed
3 tasks done
Tzott opened this issue Apr 3, 2019 · 4 comments
Closed
3 tasks done

Don't ask user for print settings. #17670

Tzott opened this issue Apr 3, 2019 · 4 comments

Comments

@Tzott
Copy link

Tzott commented Apr 3, 2019

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Issue Details

  • Electron Version:

    • 4.1.0 or 4.1.3 or 5.0.0 -bata7 (x86)
  • Operating System:

    • Windows 10 x64
  • Last Known Working Electron version::

    • none

Expected Behavior

webContents.print({ silent: true }, function(error) { console.log(error) });
Don't ask user for print settings, and send page to printer print

Actual Behavior

First call:
No response, no callback, no results returned

Call again:
Callback returns error, console output: false

To Reproduce

Screenshots

ezgif-4-5b8904ec32f4

Additional Information

@nnde
Copy link

nnde commented Apr 3, 2019

I also encountered the same problem, solving.

@Tzott
Copy link
Author

Tzott commented Apr 3, 2019

I also encountered the same problem, solving.

How did you solve it?

@baconbrad
Copy link
Contributor

Related issue detailing various print issues with 4 and 5: #17523

8 hours ago it was given the bug tag so hopefully a fix is through the pipeline soon.

@codebytere
Copy link
Member

Duplicate of #18858.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
5.0.x
Doesn't Block Stable
Development

No branches or pull requests

5 participants