Bug 131329

Summary: [iOS][WK2] Implement the update of content offset on animated resize
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

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.