[Webkit-unassigned] [Bug 101788] New: [Qt] WebPageClient::didChangeContentsSize reports wrong size when using no fixed layot mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 13:20:11 PST 2012


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

           Summary: [Qt] WebPageClient::didChangeContentsSize reports
                    wrong size when using no fixed layot mode.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lauro.neto at openbossa.org
                CC: kenneth at webkit.org, noam.rosenthal at nokia.com


When running in the "no fixed layout" mode, the call to WebPage::setSize inside DrawingAreaImpl::updateBackingStoreState can result in a call to WebChromeClient::contentsSizeChanged, which will call WebPage::size *before* the actual size attribute is set. This results in the WebPageClient::didChangeContentsSize being called with the previous size in the UIProcess.

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