[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:02:56 PDT 2014


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-03-12 13:03:18 PST ---
(From update of attachment 226543)
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.

-- 
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