WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
195857
ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
https://bugs.webkit.org/show_bug.cgi?id=195857
Summary
ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
Dean Jackson
Reported
2019-03-16 14:37:30 PDT
ASSERT(gestureRecognizer == _doubleTapGestureRecognizer) in _doubleTapDidFail:
Attachments
Patch
(2.53 KB, patch)
2019-03-16 14:42 PDT
,
Dean Jackson
wenson_hsieh
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2019-03-16 14:38:02 PDT
<
rdar://problem/48954679
>
Dean Jackson
Comment 2
2019-03-16 14:42:19 PDT
Created
attachment 364942
[details]
Patch
Wenson Hsieh
Comment 3
2019-03-16 14:47:41 PDT
Comment on
attachment 364942
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=364942&action=review
> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:652 > + [_doubleTapGestureRecognizer setGestureFailedTarget:self action:nil];
Nit - Is there a reason we prefer setting the target to self instead of nil?
Dean Jackson
Comment 4
2019-03-16 15:04:35 PDT
Committed
r243047
: <
https://trac.webkit.org/changeset/243047
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug