jQueryPlugins icon indicating copy to clipboard operation
jQueryPlugins copied to clipboard

Broken plugin (close window)

Open raphaelmoreira opened this issue 11 years ago • 0 comments

Browser: Chrome 34.0.1847.116 m OS: Windows 8

  • Call the $("#element").printElement();
  • Chrome will open the print dialog (OK);
  • Click "Cancel". The window will close (OK);
  • Call the $("#element").printElement() again;
  • Chrome will open the print dialog (OK);
  • Close the print window (use the X button to close and not the "Cancel" button);
  • Call the $("#element").printElement() again.. It will lock the browser;

raphaelmoreira avatar Apr 23 '14 18:04 raphaelmoreira