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 EFL | Assignee: | Gyuyoung Kim <gyuyoung.kim> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | lucas.de.marchi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Gyuyoung Kim
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gyuyoung Kim
Reopening to attach new patch.