Bug 133490

Summary: [iOS][WK2] Restore the visual scroll position instead of the dom scroll position when restoring states from the history
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Benjamin Poulain 2014-06-03 14:52:26 PDT
[iOS][WK2] Restore the visual scroll position instead of the dom scroll position when restoring states from the history
Comment 1 Benjamin Poulain 2014-06-03 15:00:55 PDT
Created attachment 232441 [details]
Patch
Comment 2 Benjamin Poulain 2014-06-03 15:19:05 PDT
<rdar://problem/16877859>
Comment 3 Tim Horton 2014-06-04 15:47:55 PDT
Comment on attachment 232441 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:156
> +    // FIXME: ideally, we should sync this with the UIProcess. We should not try to change the position if the user is interaction

s/interaction/interacting/
Comment 4 Benjamin Poulain 2014-06-04 16:41:48 PDT
Committed r169603: <http://trac.webkit.org/changeset/169603>