Bug 195726

Summary: Long press gesture recognizers in WKWebView are conflicting with internal gesture recognizers
Product: WebKit Reporter: James Magahern <jmagahern>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, ews-watchlist, megan_gardner, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews200 for win-future
none
Patch
none
Patch
none
Patch none

Description James Magahern 2019-03-13 19:19:01 PDT
Long press gesture recognizers in WKWebView are conflicting with internal scroll view long press gesture recognizers
Comment 1 James Magahern 2019-03-13 19:22:32 PDT
Created attachment 364609 [details]
Patch
Comment 2 James Magahern 2019-03-13 19:22:34 PDT
<rdar://problem/48582449>
Comment 3 EWS Watchlist 2019-03-13 19:24:38 PDT
Attachment 364609 [details] did not pass style-queue:


ERROR: Source/WebKit/ChangeLog:5:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
ERROR: Source/WebKit/ChangeLog:10:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 3 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Megan Gardner 2019-03-13 20:21:39 PDT
Comment on attachment 364609 [details]
Patch

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

You will need to repost a patch with the spaces changes since you do not have committed status on WebKit, but other wise this looks good.

> w/Source/WebKit/ChangeLog:10
> +		canPreventGestureRecognizer whitelist. 

Spaces, not tabs, even in change logs.
Comment 5 EWS Watchlist 2019-03-13 22:00:01 PDT Comment hidden (obsolete)
Comment 6 EWS Watchlist 2019-03-13 22:00:12 PDT Comment hidden (obsolete)
Comment 7 James Magahern 2019-03-21 15:16:50 PDT
Created attachment 365628 [details]
Patch
Comment 8 James Magahern 2019-03-21 15:17:27 PDT
I went ahead and moved all this stuff to WebKitAdditions instead.
Comment 9 James Magahern 2019-03-21 16:49:56 PDT
Created attachment 365645 [details]
Patch
Comment 10 James Magahern 2019-03-21 16:53:55 PDT
Created attachment 365646 [details]
Patch
Comment 11 WebKit Commit Bot 2019-03-21 18:03:24 PDT
Comment on attachment 365646 [details]
Patch

Clearing flags on attachment: 365646

Committed r243351: <https://trac.webkit.org/changeset/243351>
Comment 12 WebKit Commit Bot 2019-03-21 18:03:25 PDT
All reviewed patches have been landed.  Closing bug.