Modified to send focus_out message when IME is shown 59/247359/3
authorInHong Han <inhong1.han@samsung.com>
Tue, 10 Nov 2020 04:47:58 +0000 (13:47 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 11 Nov 2020 04:46:52 +0000 (13:46 +0900)
Change-Id: I997c5d7bdb3231e367d4beebf6ee5427b9b4dfff

src/e_mod_main.c

index 7cf7052..59b8003 100644 (file)
@@ -1356,6 +1356,8 @@ _e_text_input_cb_activate(struct wl_client *client, struct wl_resource *resource
              wl_input_method_send_activate(input_method->resource, context->resource, text_input->id, EINA_TRUE);
              LOGI("wm_map TEXTINPUT activate : %p %p", input_method->resource,
                   context->resource);
+
+             destroyed_resource = NULL;
           }
         else
           WRN("Failed to send activate due to no resource in context");