Bug 132941 - [iOS][WK2] WKWebView sends invalid content offsets at the end of animated resize
Summary: [iOS][WK2] WKWebView sends invalid content offsets at the end of animated resize
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-14 21:07 PDT by Benjamin Poulain
Modified: 2014-05-15 13:04 PDT (History)
0 users

See Also:


Attachments
Patch (3.11 KB, patch)
2014-05-14 21:11 PDT, Benjamin Poulain
thorton: review+
Details | Formatted Diff | Diff

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