notepadlet icon indicating copy to clipboard operation
notepadlet copied to clipboard

Printing problem in Chrome

Open lehtu opened this issue 8 years ago • 3 comments

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!

lehtu avatar Jun 17 '16 06:06 lehtu

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

jehna avatar Jun 17 '16 07:06 jehna

Well, that does work.

lehtu avatar Jun 17 '16 12:06 lehtu

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 avatar Jun 17 '16 12:06 jehna