[Webkit-unassigned] [Bug 16828] WebView never paints if first page load is canceled after being committed but before layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 15:33:39 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16828





------- Comment #1 from aroben at apple.com  2008-01-10 15:33 PDT -------
The problem line of code seems to be this
<http://trac.webkit.org/projects/webkit/browser/trunk/WebKit/win/WebView.cpp?rev=29369#L1590>:

            if (!webView->isPainting() && (!dataSource || coreFrame &&
(coreFrame->view()->didFirstLayout() ||
!coreFrame->loader()->committedFirstRealDocumentLoad())))

didFirstLayout() is returning false and committedFirstRealDocumentLoad() is
returning true.


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



More information about the webkit-unassigned mailing list