[Webkit-unassigned] [Bug 108982] New: Webkit ignores viewport scaling when arriving at page via 302 redirect on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 14:09:53 PST 2013


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

           Summary: Webkit ignores viewport scaling when arriving at page
                    via 302 redirect on iOS
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://sandbox.mojiva.com/dlozovoy/page1.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: patrick.brady at gmail.com


To reproduce:

First, see the expected behavior by visiting

http://sandbox.mojiva.com/dlozovoy/page2.html

from Safari or Chrome on iOS. The viewport settings on this page have initial-scale=0.5, and a javascript snippet shows this value to the user with the message "Viewport scale = 0.5".

Next, from the same browser, visit

http://sandbox.mojiva.com/dlozovoy/page1.html

And click the banner image (a number 1) which goes through a 302 redirect to arrive at the same page from before. This time, the javascript snippet shows the user that "Viewport scale = 1." Correspondingly, the 1000x1000 pixel image now displays at double the size it does when the page is visited directly.

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