[Webkit-unassigned] [Bug 130152] Do not show extended background during a pinch gesture on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 13:32:28 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130152





--- Comment #4 from Beth Dakin <bdakin at apple.com>  2014-03-12 13:32:50 PST ---
(In reply to comment #3)
> (From update of attachment 226543 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=226543&action=review
> 
> >> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:403
> >> +        [_scrollView setBackgroundColor:nil];
> > 
> > You'll need the same code executed in response to scrollViewDidZoom:
> 
> Yeah, I don't think this is the right place to set the scrollView's background color. I think we should just store the color coming in from the layer commit, then decide where to apply it in response to gestures elsewhere.

Just so you know, we do already cache the color. We cache it in WebPageProxy::didCommitLayerTree.

New patch forthcoming!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list