Bug 132941

Summary: [iOS][WK2] WKWebView sends invalid content offsets at the end of animated resize
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Benjamin Poulain 2014-05-14 21:07:54 PDT
[iOS][WK2] WKWebView sends invalid content offsets at the end of animated resize
Comment 1 Benjamin Poulain 2014-05-14 21:11:40 PDT
Created attachment 231488 [details]
Patch
Comment 2 Benjamin Poulain 2014-05-14 21:13:17 PDT
<rdar://problem/16921557>
Comment 3 Tim Horton 2014-05-14 23:15:45 PDT
Comment on attachment 231488 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=231488&action=review

Yikes.

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1612
> +        // an invalid contentOffset. The real content offset is only set bellow.

typo "bellow"
Comment 4 Benjamin Poulain 2014-05-15 13:04:47 PDT
Committed r168907: <http://trac.webkit.org/changeset/168907>