From: InHong Han Date: Tue, 22 Feb 2022 05:39:40 +0000 (+0900) Subject: Modified not to send invalid IME geometry X-Git-Tag: submit/tizen/20220303.105220~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5693cb02da616418d0c9cb710271c814d37fdbb;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Modified not to send invalid IME geometry Change-Id: I71f57c62027bccf48df869d4397eeff7b24c8af6 --- diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index 8508add..c4f6b91 100644 --- a/src/e_mod_input_panel.c +++ b/src/e_mod_input_panel.c @@ -895,10 +895,13 @@ _e_ips_cb_mouse_up(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED return; g_floating_info->mouse_pressed = EINA_FALSE; - g_floating_info->moving_req = EINA_FALSE; - LOGI("[Mouse up] Send input panel geometry"); - e_text_input_update_input_panel_geometry(ec); + if (g_floating_info->moving_req) + { + LOGI("[Mouse up] Send input panel geometry"); + e_text_input_update_input_panel_geometry(ec); + g_floating_info->moving_req = EINA_FALSE; + } } static void