Fix issue content hint was not delivered when the focus_in is called without show...
[platform/core/uifw/isf.git] / ism / extras / wayland_immodule / wayland_imcontext.c
index 8e98232..f31f036 100644 (file)
@@ -2995,6 +2995,8 @@ wayland_im_context_focus_in(Ecore_IMF_Context *ctx)
         const Eina_Hash *hash = ecore_imf_context_prediction_hint_hash_get(ctx);
         if (hash)
             eina_hash_foreach(hash, _prediction_hint_data_foreach_cb, ctx);
+
+        wl_text_input_set_content_type(imcontext->text_input, imcontext->content_hint, get_purpose(ctx));
     }
 
     if (ecore_imf_context_input_panel_enabled_get(ctx))