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)
[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


No differences found