Bug 151077 - Fast-clicking should trigger when scale is equal to explicitly set initial scale
Summary: Fast-clicking should trigger when scale is equal to explicitly set initial scale
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-11-09 22:31 PST by Wenson Hsieh
Modified: 2018-03-25 06:29 PDT (History)
9 users (show)

See Also:


Attachments
Patch (13.37 KB, patch)
2015-11-09 22:45 PST, Wenson Hsieh
beidson: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.