Bug 200453

Summary: [iPadOS] Unable to increase zoom level on Google using the Aa menu
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit2Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, simon.fraser, thorton, webkit-bug-importer, yongjun_zhang
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Wenson Hsieh 2019-08-05 16:06:32 PDT
<rdar://problem/52278579>
Comment 1 Wenson Hsieh 2019-08-05 19:28:22 PDT
Created attachment 375596 [details]
Patch
Comment 2 Tim Horton 2019-08-05 22:01:41 PDT
Comment on attachment 375596 [details]
Patch

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

> Source/WebCore/page/ViewportConfiguration.cpp:250
> +        return clampTo<double>(initialScale, shouldIgnoreScalingConstraints ? m_defaultConfiguration.minimumScale : m_configuration.minimumScale, m_configuration.maximumScale);

Woah, there are some other places we should use this
Comment 3 WebKit Commit Bot 2019-08-06 07:49:31 PDT
Comment on attachment 375596 [details]
Patch

Clearing flags on attachment: 375596

Committed r248292: <https://trac.webkit.org/changeset/248292>
Comment 4 WebKit Commit Bot 2019-08-06 07:49:32 PDT
All reviewed patches have been landed.  Closing bug.