[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
Fri Aug 13 00:52:46 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43658
--- Comment #11 from Shinichiro Hamaji <hamaji at chromium.org> 2010-08-13 00:52:46 PST ---
(From update of attachment 63966)
Oops. Sorry for the latency. I think the test method I've added cannot help testing window.print(). I think we can add WebCore/manual-tests for this test.
This change looks good to me as the new behavior sounds more compatible to other browsers. I hesitate to r+ this change now because this patch is related to loader which I don't know well.
WebCore/loader/FrameLoader.cpp:2233
+ window->print();
A question: don't we need to reset m_printDeferred?
--
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