From: Jihoon Kim Date: Mon, 18 May 2020 04:47:19 +0000 (+0900) Subject: Fix bug that no way to show IME after generating key event in wearable X-Git-Tag: submit/tizen/20200522.073631^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5bc2196e7d0722bd1832cc2a6cb1d931f9208ef;p=platform%2Fcore%2Fuifw%2Fisf.git Fix bug that no way to show IME after generating key event in wearable In wearable, IME will be shown after focus out and focus in again. Change-Id: I22b93fdbadcaff831fae880078871c64ee1bf87f Signed-off-by: Jihoon Kim --- diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c index c25d144..ce73343 100644 --- a/ism/extras/wayland_immodule/wayland_imcontext.c +++ b/ism/extras/wayland_immodule/wayland_imcontext.c @@ -3080,7 +3080,7 @@ wayland_im_context_focus_out(Ecore_IMF_Context *ctx) if (!imcontext || !imcontext->input) return; - if (_TV) { + if (_TV || _WEARABLE) { if (hw_keyboard_mode == EINA_TRUE) { vconf_set_bool (VCONFKEY_ISF_HW_KEYBOARD_INPUT_DETECTED, 0); hw_keyboard_mode = EINA_FALSE;