You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; (looping request)
The text was updated successfully, but these errors were encountered:
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; (looping request)
The text was updated successfully, but these errors were encountered: