Fix "Keyboard isn't showing in simple password" 18/82118/1 accepted/tizen/mobile/20160803.032706 submit/tizen/20160730.135028
authorkiseok chang <kiso.chang@samsung.com>
Sat, 30 Jul 2016 13:40:09 +0000 (22:40 +0900)
committerkiseok chang <kiso.chang@samsung.com>
Sat, 30 Jul 2016 13:43:04 +0000 (22:43 +0900)
 - Keyboard isn't showing after exit settings and open lockscreen function again
 - try to show keyboard after window get focus in

Change-Id: Icf755a87d0e504d54c2babb1a53920b2ea7f7395
Signed-off-by: kiseok chang <kiso.chang@samsung.com>
setting-password/src/setting-password-simple.c

index 8428f036d86ae44141e40a5c335317ab6d1c7a7d..d568efc75f17e14640432feb79a75fd6f48b0409 100644 (file)
@@ -625,9 +625,15 @@ static int setting_password_simple_create(void *cb)
        evas_object_event_callback_add(ad->sp_entry4, EVAS_CALLBACK_MOUSE_DOWN,
                        __enable_imf_cb, ad);
 
+       evas_object_event_callback_add(ad->win_main_layout, EVAS_CALLBACK_FOCUS_IN,
+                       __enable_imf_cb, ad);
+
+
        evas_object_show(ad->simple_layout);
 
+#if 0
        __imf_show_for_simple_password(ad);
+#endif
 
        setting_view_password_simple.is_create = 1;