[Webkit-unassigned] [Bug 155056] AX: Force allow user zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 19:05:40 PST 2016


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

Nan Wang <n_wang at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #273657|                            |commit-queue+
              Flags|                            |

--- Comment #56 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 273657
  --> https://bugs.webkit.org/attachment.cgi?id=273657
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=273657&action=review

>> Source/WebCore/page/ViewportConfiguration.cpp:194
>> +        minimumScale = std::min(minimumScale, forceAlwaysUserScalableMinimumScale);
> 
> This worries me a bit because there are pages which load by default with scale > 1 (e.g. "width=200px" in the viewport meta tag), and you're going to cause them to shrink down.

I've kept all the minimumScale calculation logic below the same. I suppose it would also respect the layout restrictions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160311/24c0b18f/attachment.html>


More information about the webkit-unassigned mailing list