[webkit-reviews] review granted: [Bug 133526] REGRESSION (iOS WebKit2): Selection rect disappears on touch up on google result : [Attachment 232503] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 4 15:32:52 PDT 2014


Benjamin Poulain <benjamin at webkit.org> has granted Enrica Casucci
<enrica at apple.com>'s request for review:
Bug 133526: REGRESSION (iOS WebKit2): Selection rect disappears on touch up on
google result
https://bugs.webkit.org/show_bug.cgi?id=133526

Attachment 232503: Patch
https://bugs.webkit.org/attachment.cgi?id=232503&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=232503&action=review


> Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:755
> +- (void)cancelHighlight
> +{
> +    [_highlightLongPressGestureRecognizer cancel];
> +}

You can just expose _cancelLongPressGestureRecognizer. Or if you really need a
separate call, use [self _cancelLongPressGestureRecognizer].


More information about the webkit-reviews mailing list