Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Printing problem in Chrome #3

Open
lehtu opened this issue Jun 17, 2016 · 3 comments
Open

Printing problem in Chrome #3

lehtu opened this issue Jun 17, 2016 · 3 comments

Comments

@lehtu
Copy link

lehtu commented Jun 17, 2016

When trying to print in Chrome (OS X El Capitan) the print prompt just disappears before I have even a chance to do anything. So printing is not working at all!

@jehna
Copy link
Owner

jehna commented Jun 17, 2016

Does window.print(); work from the console?

@lehtu
Copy link
Author

lehtu commented Jun 17, 2016

Well, that does work.

@jehna
Copy link
Owner

jehna commented Jun 17, 2016

So that means the onblur event is just firing up when you press print. So to overcome this issue while using (for now) you should be able to print with these steps:

  1. Press shift + tab
  2. Press cmd + p

This seems to skip the onblur event that refreshes the page (at least for me).

@jehna jehna mentioned this issue Jun 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants