[Webkit-unassigned] [Bug 74709] New: [GTK] Window frame should be 0x0 when the toplevel window is not visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 16 05:29:29 PST 2011


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

           Summary: [GTK] Window frame should be 0x0 when the toplevel
                    window is not visible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: gns at gnome.org, pnormand at igalia.com


When a new view is requested FrameLoader::createWindow() is called with the window features already set. Then, the window size it's adjusted for the difference between the window size and the page size. The page size is 0x0 because the new view is not yet realized, and the toplevel window containing the view is not shown yet, so the windowFrame we are reporting at this point is the default window size. So we end up adding the default window size to the size already set in the window features object.

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