[Webkit-unassigned] [Bug 61679] New: screen.width and screen.height are stale after screen resize on Chromium Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 17:51:03 PDT 2011


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

           Summary: screen.width and screen.height are stale after screen
                    resize on Chromium Linux
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: derat at chromium.org
                CC: tony at chromium.org


On Chromium Linux, we currently use XDisplayWidth() and XDisplayHeight() to get the screen dimensions in WebScreenInfoFactory (this code is only used for Chrome OS; the Linux port calls it but then overwrites the data that it returns).  These dimensions are stale after the screen is resized.  I have a patch to make us instead query the root window's geometry each time.  Even better would be using XRandR to query the monitor dimensions, but that's a more involved change.

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