Do not adjust focused input node if node is visible now.
authorEunmi Lee <eunmi15.lee@samsung.com>
Fri, 5 Apr 2013 04:53:00 +0000 (13:53 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 5 Apr 2013 05:38:14 +0000 (14:38 +0900)
commit505833d4342d447b15f70512beb5550095b2625c
treea1a7f8934c2307c7a2320794ea3e4c0ba3728c54
parentb5cab56eca1f2e2c3a55f163703903437f285190
Do not adjust focused input node if node is visible now.

[Title] Do not adjust focused input node if node is visible now.
[Issue#] DCM-1155
[Problem] The focused input node is adjusted to the wrong position when IME is shown in the Web Application.
[Cause] The viewport is resized but contents is not resized right after showing IME
        and unchanged size of contents is used to adjust focused node, so calculated position is wrong.
[Solution] Do not adjust focused input node if node is visible now in order to prevent wrong case of Web Applicaiton.
           We should find the better solution later.

Change-Id: I385cb7f0aa8c9a177dc0a8f228596712c2a6913d
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp