Remove unnecessary condition for hiding keypad
authorSangYong Park <sy302.park@samsung.com>
Thu, 5 Sep 2013 02:29:41 +0000 (11:29 +0900)
committerSangYong Park <sy302.park@samsung.com>
Thu, 5 Sep 2013 02:29:41 +0000 (11:29 +0900)
commit56ac437ba80c2c4d388addf7eb71659218edb807
tree3570d1cf301667d15caf1734b851603d1c844178
parent978d9c8be601428f8e72395efc5303dbe0095f05
Remove unnecessary condition for hiding keypad

[Title] Remove unnecessary condition for hiding keypad
[Issue#] N_SE-50951
[Problem] Keypad did not hide when edit field remove focus quickly.
[Cause] Keypad state is not seen yet.
[Solution] Remove checking state condition.

Change-Id: I68cb6b73c35199ba905e48792855d10b56d349bd
Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp