[Webkit-unassigned] [Bug 136335] window.print() is blocked until XMLHttpRequest completes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 28 13:19:09 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136335


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2014-08-28 13:19:15 PST ---
Thank you for the bug report.

I think that this is unintentional (and a consequence of delaying a print() that's called from an inline script), yet this still looks like a correct behavior.

If XHR progress events were displayed under a modal print dialog, that would cause many undesirable effects (e.g. what if event handler tried to do a window.close() while the window was being printed). And if we stopped progress events, that would cause correctness issues on websites that expect them to be handled in a timely manner.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list