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

Wont Print in new version of chrome #114

Open
mrnotepad opened this issue Mar 10, 2022 · 9 comments
Open

Wont Print in new version of chrome #114

mrnotepad opened this issue Mar 10, 2022 · 9 comments
Labels

Comments

@mrnotepad
Copy link

Wont Print in new version of chrome
Version 99.0.4844.51 (Official Build) (64-bit)

@CitizenOfRome
Copy link

Did it throw an error on the console?

@mrnotepad
Copy link
Author

can't preview the console while printing...
while in firefox it's working.

also the examples online not working.

@CitizenOfRome
Copy link

Can you try the same with iframe: false to see if it throws an error there?

@mrnotepad
Copy link
Author

globalStyles: true,
mediaPrint: false,
stylesheet: true,
noPrintSelector: ".no-print",
iframe: false,
append: null,
prepend: null,
manuallyCopyFormValues: true,
deferred: $.Deferred(),
timeout: 750,
title: null,
doctype: '<!doctype html>'

@CitizenOfRome
Copy link

Seems to be working on Version 99.0.4844.51 (Official Build) (x86_64) Chrome for Mac though.
In case you or anyone else can share a console log of any errors while printing, that'll be really useful

@mrnotepad
Copy link
Author

Turns out to be the gramarly chrome extension! disabled it and viola working again!

@w33zy
Copy link

w33zy commented Mar 23, 2022

I am having the same issue with Chrome 99, Firefox and Edge work OK.

When it fails the print window does not open, the page is becomes non-interactive and there are no JS console errors. With the iframe: false option the print window opens in a new tab but it doesn't respond to interactions, neither does the main webpage, not even F12.

@claytonwinterbotham
Copy link

I was having the same issue as @mrnotepad. I disabled Grammarly and it's working now.

@w33zy
Copy link

w33zy commented Apr 2, 2022

After the last comment I decided to go through all my extensions and disable them 1 by 1 since I don't have Grammarly. It seems my issue was due to the Dark Reader extension.

So, Dark Reader can be added to the list of Chrome extensions that causes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants