We've been trying to debug an issue in our web app with Safari users being unable to print.
From what we can tell Safari won't print until the page has finished loading, but the event-stream connection is preventing whatever event it's watching for from ever firing. If I disconnect my network, causing the stream to end, the print dialog immediately opens.
Is event-stream possibly breaking print in Safari a known issue with any work around?