[Webkit-unassigned] [Bug 43658] Calling window.print() before the page is loaded results in a blank printed page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 12:16:06 PST 2011


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


Alexey Proskuryakov <ap at webkit.org> changed:

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




--- Comment #19 from Alexey Proskuryakov <ap at webkit.org>  2011-01-20 12:16:06 PST ---
> I tried changing the test page to call print() multiple times. On Windows, we have the following behavior:
>
> IE 8: prompts once always
> FF 3.6: prompts once always
<...>
> Based on this, I'd say it's ok if the WebKit based browser match IE/FF.

This is not what I see in Firefox 3.6 on Mac or Windows. What I see is that window.print() is always synchronous in Firefox, just like in Safari 5 - as evidenced by the included test case, which fails in Firefox.

So, this patch has changed WebKit from matching Firefox to matching IE. What am I missing? Why does the original issue with Bank of America not occur with Firefox?

-- 
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