RESOLVED FIXED Bug 200453
[iPadOS] Unable to increase zoom level on Google using the Aa menu
https://bugs.webkit.org/show_bug.cgi?id=200453
Summary [iPadOS] Unable to increase zoom level on Google using the Aa menu
Wenson Hsieh
Reported 2019-08-05 16:06:32 PDT
Attachments
Patch (15.59 KB, patch)
2019-08-05 19:28 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2019-08-05 19:28:22 PDT
Tim Horton
Comment 2 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
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2019-08-06 07:49:32 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.