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 <gerrit2@kim11>
Tue, 4 Jun 2013 08:11:31 +0000 (17:11 +0900)
commit8d40ab5db67a16df1c80c05845a25058f4774bb6
tree251b066a6ada794562fda0db42a4fe2aec389274
parent82de01d92ca23f38f4a4bdca46795a1da72558fd
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