[Webkit-unassigned] [Bug 58152] New: [Qt] [WK2] Browser viewport not properly resizing on Maximize at startup with Tiled BackingStore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 8 12:49:13 PDT 2011


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

           Summary: [Qt] [WK2] Browser viewport not properly resizing on
                    Maximize at startup with Tiled BackingStore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keith.kyzivat at nokia.com
                CC: yael.aharon at nokia.com, ossy at webkit.org,
                    laszlo.1.gombos at nokia.com,
                    ostapenko.viatcheslav at nokia.com, benjamin at webkit.org


The Browser viewport is not properly resizing when the QGraphicsWKView is maximized prior to showing when configured with Tiled backing store.

In the test case, I print the rect being used for setting the geometry of the QGraphicsWKView and the scene rect of the QGraphicsView:
kyzivat at ---:~/builds/webkit-linux-x86-rbuild-20110406-1114/Release/bin$ ./wk2-qt-maximize-bug-minimaltestcase 
Setting QGraphicsWKView geometry and scene rect to  QRectF(0,0 200x100) 
Setting QGraphicsWKView geometry and scene rect to  QRectF(0,0 1680x973) 

The rect being set is correct, however the rendered area still remains at 200x100.
If the backing store is changed to Simple, the problem goes away.

Attached you should find my minimal test case.

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