Fix incorrect scroll position adjustment on device rotation
authorChanghyup Jwa <ch.jwa@samsung.com>
Wed, 27 Mar 2013 05:27:07 +0000 (14:27 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 27 Mar 2013 07:53:34 +0000 (16:53 +0900)
commit61cbe492214da0583eb4576648fa3b46d8e898e1
tree7951e76687ff93c026e2d565c0c81736ce9dca63
parent9c3246fc700f45c3ddf498b218d0c3a1ec97bf84
Fix incorrect scroll position adjustment on device rotation

[Title] Fix incorrect scroll position adjustment on device rotation
[issue#] N/A
[Problem] Scroll position moved incorrectly on device rotation
[Cause] By patch d7e58608b9d5f779a796e0459a60849079c10faf, scroll position
        is adjusted by constrainsScrollingToContentEdge
[Solution] Disable constrainsScrollingToContentEdge until viewport attibutes
        change handling

Change-Id: Ica53a9a68e4bb6c4ccfa0b436005bddaa745fd13
Source/WebKit2/WebProcess/WebPage/WebPage.cpp