Bug 131828

Summary: [iOS] REGRESSION (r166975): WKPDFView is broken
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, benjamin, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2014-04-17 16:15:45 PDT
We're getting layer tree updates while the custom content view is installed, this is causing trouble. The assert should be an early return, because we never want to apply changes to the scroll view while it's being managed by the custom content view, and we'll get any changes again in the next commit after removing the custom content view (and painting the new page) anyway.

<rdar://problem/16631282>
Comment 1 Tim Horton 2014-04-17 16:17:14 PDT
Created attachment 229591 [details]
patch
Comment 2 Tim Horton 2014-04-17 16:30:20 PDT
http://trac.webkit.org/changeset/167465