Bug 151077

Summary: Fast-clicking should trigger when scale is equal to explicitly set initial scale
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: NEW ---    
Severity: Normal CC: beidson, benjamin, jonlee, m.goleb+bugzilla, rbyers, redux, simon.fraser, webkit-bug-importer, webkit
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=122212
Attachments:
Description Flags
Patch beidson: review-

Description Wenson Hsieh 2015-11-09 22:31:25 PST
When the developer has specified an initial scale that is at least 1.0 and the page’s current scale is equal to that initial scale, we should trigger fast-clicking even if the page is not at device width. This affects some pages like wikipedia.org (the language selection page) that function more similarly to mobile-optimized pages but do not specify a viewport width that is the device width.

There are other websites, such as daringfireball.net, which specify low initial scales and are more similar to desktop sites.
Comment 1 Wenson Hsieh 2015-11-09 22:37:41 PST
<rdar://problem/23465056>
Comment 2 Wenson Hsieh 2015-11-09 22:45:14 PST
Created attachment 265146 [details]
Patch
Comment 3 Brady Eidson 2017-04-24 19:09:03 PDT
Comment on attachment 265146 [details]
Patch

This patch has been pending review since 2015 with no recent activity.
It seems unlikely that it would even still apply to trunk in its current form.

Clearing from the review queue.

Feel free to update and resubmit if the patch is still relevant.