Adjust scroll position immediately after hiding IME
authorChanghyup Jwa <ch.jwa@samsung.com>
Thu, 16 May 2013 07:36:23 +0000 (16:36 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 21 Oct 2013 05:14:35 +0000 (05:14 +0000)
commit7e9a876d63264a820fe2ed7a18480e3e0f8bb462
tree64fad0ede3152923d27308b264f379a62390f123
parent026f59778b53db55d5ea19a9b82ff606f94b63fe
Adjust scroll position immediately after hiding IME

[Title] Adjust scroll position immediately after hiding IME
[Issue#] SE-38425
[Problem] Scroll position is updated too late after hiding IME
[Cause] If there's delay between resize view and didChangeViewportProperties(),
        scroll position is updated too late.
[Solution] Update drawing scroll position on UIProcess right after hiding IME

Change-Id: Ia3d56bf5340ea1e791cd860835f5f3740e6b0d23
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp