RESOLVED FIXED 193522
(iPad) Link tapping is sluggish on many sites
https://bugs.webkit.org/show_bug.cgi?id=193522
Summary (iPad) Link tapping is sluggish on many sites
Dean Jackson
Reported 2019-01-16 17:54:37 PST
(iPad) Link tapping is sluggish on many sites
Attachments
Patch (16.65 KB, patch)
2019-01-16 18:06 PST, Dean Jackson
wenson_hsieh: review+
Dean Jackson
Comment 1 2019-01-16 17:55:43 PST
Dean Jackson
Comment 2 2019-01-16 18:06:09 PST
Wenson Hsieh
Comment 3 2019-01-16 19:26:58 PST
Comment on attachment 359340 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=359340&action=review > Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:2471 > + // return !areEssentiallyEqualAsFloat(contentZoomScale(self), 1); Did you mean to remove this old commented-out line? > LayoutTests/fast/events/ios/fast-click-double-tap-sends-click-when-initial-scale.html:17 > + if (!window.UIHelper) (Ditto) > LayoutTests/fast/events/ios/viewport-zooms-from-element-to-initial-scale.html:15 > + if (!window.UIHelper) Nit - doesn't window.UIHelper exist even in the case where the user is manually testing? It seems like we do want to check either eventSender or runUIScript (or both). > LayoutTests/resources/ui-helper.js:57 > + static zoomByDoubleTapAt(x, y) Nit - zoomByDoubleTappingAt?
Dean Jackson
Comment 4 2019-01-17 10:33:50 PST
Comment on attachment 359340 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=359340&action=review >> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:2471 >> + // return !areEssentiallyEqualAsFloat(contentZoomScale(self), 1); > > Did you mean to remove this old commented-out line? OOPS! >> LayoutTests/fast/events/ios/viewport-zooms-from-element-to-initial-scale.html:15 >> + if (!window.UIHelper) > > Nit - doesn't window.UIHelper exist even in the case where the user is manually testing? It seems like we do want to check either eventSender or runUIScript (or both). Does it? It shouldn't exist in Safari. > window.UIHelper undefined
Wenson Hsieh
Comment 5 2019-01-17 10:35:26 PST
(In reply to Dean Jackson from comment #4) > Comment on attachment 359340 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=359340&action=review > > >> Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:2471 > >> + // return !areEssentiallyEqualAsFloat(contentZoomScale(self), 1); > > > > Did you mean to remove this old commented-out line? > > OOPS! > > >> LayoutTests/fast/events/ios/viewport-zooms-from-element-to-initial-scale.html:15 > >> + if (!window.UIHelper) > > > > Nit - doesn't window.UIHelper exist even in the case where the user is manually testing? It seems like we do want to check either eventSender or runUIScript (or both). > > Does it? It shouldn't exist in Safari. UIHelper is just a JavaScript class defined in ui-helper.js though. When you tried it in Safari, did you upload all of LayoutTests, or just viewport-zooms-from-element-to-initial-scale.html? > > > window.UIHelper > undefined
Dean Jackson
Comment 6 2019-01-17 10:50:17 PST
Comment on attachment 359340 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=359340&action=review >>> LayoutTests/fast/events/ios/viewport-zooms-from-element-to-initial-scale.html:15 >>> + if (!window.UIHelper) >> >> Nit - doesn't window.UIHelper exist even in the case where the user is manually testing? It seems like we do want to check either eventSender or runUIScript (or both). > > Does it? It shouldn't exist in Safari. Errr.... ignore the incredible stupidness here.
Dean Jackson
Comment 7 2019-01-17 11:16:17 PST
Note You need to log in before you can comment on or make changes to this bug.