Close CBHM window when tapping except editfield using USB Keyboard
authorTaeyun An <ty.an@samsung.com>
Wed, 10 Apr 2013 14:50:16 +0000 (23:50 +0900)
committerTaeyun An <ty.an@samsung.com>
Wed, 10 Apr 2013 14:50:16 +0000 (23:50 +0900)
commit6cd3a2743ac697302900839831829134dc31739e
tree49b3664029918102ded1cd9b17bf4feb2f0dc484
parent320c07475411d6da3e5a06e42094110fb89fe02c
Close CBHM window when tapping except editfield using USB Keyboard

[Title] Close CBHM window when touch except editfield using USB Keyboard
[Issue#] N_SE-33697
[Problem] CBHM window doesn't disappear when tapping except editfield using USB keyboard.
[Cause] When IME has closed then CBHM window hide logic is worked only
[Solution] Add CBHM window hide routine in onFocusOut, hideIMFContext method.

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