Bug 131828 - [iOS] REGRESSION (r166975): WKPDFView is broken
Summary: [iOS] REGRESSION (r166975): WKPDFView is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-17 16:15 PDT by Tim Horton
Modified: 2014-04-17 16:30 PDT (History)
3 users (show)

See Also:


Attachments
patch (1.50 KB, patch)
2014-04-17 16:17 PDT, Tim Horton
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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