Bug 200552

Summary: [iOS WK2] Hide previews when an inner overflow or frame scrollview scrolls
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, simon.fraser, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
wenson_hsieh: review+
Patch
none
Patch none

Description Simon Fraser (smfr) 2019-08-08 16:24:45 PDT
[iOS WK2] Hide previews when an inner overflow or frame scrollview scrolls
Comment 1 Simon Fraser (smfr) 2019-08-08 16:25:50 PDT
Created attachment 375855 [details]
Patch
Comment 2 Simon Fraser (smfr) 2019-08-08 16:25:52 PDT
<rdar://problem/54086338>
Comment 3 Wenson Hsieh 2019-08-08 16:32:26 PDT
Comment on attachment 375855 [details]
Patch

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

> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:8189
> +        UIScrollView* positionTrackingView = _webView.scrollView;

Nit - * on the other side.
Comment 4 Simon Fraser (smfr) 2019-08-08 16:53:11 PDT
Created attachment 375861 [details]
Patch
Comment 5 Simon Fraser (smfr) 2019-08-08 17:08:43 PDT
Created attachment 375864 [details]
Patch
Comment 6 WebKit Commit Bot 2019-08-08 18:57:55 PDT
Comment on attachment 375864 [details]
Patch

Clearing flags on attachment: 375864

Committed r248455: <https://trac.webkit.org/changeset/248455>