Add warning message in case parent does not have focus 02/282902/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Oct 2022 06:31:46 +0000 (15:31 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 13 Oct 2022 06:33:06 +0000 (15:33 +0900)
Change-Id: I56997e1dc1a8f99a0373d8019ab8600de94c39c7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/e_mod_input_panel.c

index a950dfc571ea399f88c4e359f9f3a1e263f4ebed..7fb691011ae9862b67e2132f5457b6021410078a 100644 (file)
@@ -279,7 +279,10 @@ _e_input_panel_surface_show(E_Input_Panel_Surface *ips)
                   e_text_input_update_input_panel_state(EINA_TRUE);
                }
              else
-               e_input_panel_visibility_change(EINA_FALSE);
+               {
+                  LOGW("parent does not have focus");
+                  e_input_panel_visibility_change(EINA_FALSE);
+               }
           }
         else
           e_input_panel_visibility_change(EINA_FALSE);