Bug 136995

Summary: Regression(r173785): [CoordinatedGraphics][EFL] Scroll postion isn't restored when going to back to previous page
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED WONTFIX    
Severity: Normal CC: lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Gyuyoung Kim 2014-09-22 01:19:46 PDT
EFL port has supported to use ScrollingCoordinatorCoordinatedGraphics::requestScrollPositionUpdate() since r173785. When previous page is loaded, previous scroll position isn't restored because the scroll position is initialized even after previous page scroll position is restored by HistoryController. In order words, restored previous scroll position is initialized by somewhere invocation.
Comment 1 Gyuyoung Kim 2014-09-22 04:34:44 PDT
Reopening to attach new patch.