[Webkit-unassigned] [Bug 87817] New: [BlackBerry] The Page's deviceScaleFactor() is not being properly maintained

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 21:18:18 PDT 2012


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

           Summary: [BlackBerry] The Page's deviceScaleFactor() is not
                    being properly maintained
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mfeil at rim.com
                CC: tonikitoo at webkit.org


When navigating between web pages with different CSS pixel sizes, the deviceScaleFactor is not maintained properly. Specifically, when navigating from a page with a deviceScaleFactor greater than one to a page with the default deviceScaleFactor of 1.0.

My patch fixes two spots in the code. One where viewport changes from non-default to default are being erroneously thrown out, and another where viewport changes back to default are recognized but deviceScaleFactor is not being updated.

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