RESOLVED FIXED 131329
[iOS][WK2] Implement the update of content offset on animated resize
https://bugs.webkit.org/show_bug.cgi?id=131329
Summary [iOS][WK2] Implement the update of content offset on animated resize
Benjamin Poulain
Reported 2014-04-07 17:09:31 PDT
[iOS][WK2] Implement the update of content offset on animated resize
Attachments
Patch (5.50 KB, patch)
2014-04-07 17:13 PDT, Benjamin Poulain
no flags
Patch (8.11 KB, patch)
2014-04-07 18:27 PDT, Benjamin Poulain
thorton: review+
Benjamin Poulain
Comment 1 2014-04-07 17:13:36 PDT
Benjamin Poulain
Comment 2 2014-04-07 18:27:59 PDT
Tim Horton
Comment 3 2014-04-07 18:45:08 PDT
Comment on attachment 228788 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228788&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1200 > + CGSize contentSizeInContentViewCoordinate = [_contentView bounds].size; coordinate*s* > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1215 > + CGFloat oldWebViewWidthInContentViewCoordinate = oldBounds.size.width / contentZoomScale(self); so many "s" missing
Benjamin Poulain
Comment 4 2014-04-07 19:13:34 PDT
Note You need to log in before you can comment on or make changes to this bug.