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+

Tim Horton
Reported 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>
Attachments
patch (1.50 KB, patch)
2014-04-17 16:17 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2014-04-17 16:17:14 PDT
Tim Horton
Comment 2 2014-04-17 16:30:20 PDT
Note You need to log in before you can comment on or make changes to this bug.