[Webkit-unassigned] [Bug 43662] New: Viewport "device-width" and height should not use window width and height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 19:07:59 PDT 2010


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

           Summary: Viewport "device-width" and height should not use
                    window width and height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


The window's height and width may be different than the device's height and width.
Currently the viewport uses ChromeClient::windowRect for "device-width" and height.
I think it would be better if there was a ChromeClient::deviceRect for "device-width"
and height, and add new attributes "window-width" and height to represent the
windowRect values.

See ViewportArguments:
http://trac.webkit.org/browser/trunk/WebCore/dom/ViewportArguments.cpp#L48

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