[webkit-reviews] review granted: [Bug 128142] WK2: Selection callout bar does not scroll with the selection : [Attachment 223050] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 3 18:02:17 PST 2014


Benjamin Poulain <benjamin at webkit.org> has granted Enrica Casucci
<enrica at apple.com>'s request for review:
Bug 128142: WK2: Selection callout bar does not scroll with the selection
https://bugs.webkit.org/show_bug.cgi?id=128142

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

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


> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:272
> +    [_contentView willStartZoomOrScroll];
> +}
> +
> +- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView
> +{
> +    [_contentView willStartZoomOrScroll];

I may have to split those at some point, we'll see.


More information about the webkit-reviews mailing list