From dd74e1ed9d008899ef1f75af5d02f6299f713c9e Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Thu, 11 Jan 2018 18:56:43 +0900 Subject: [PATCH] ctxpopup: add focus set to fix ctxpopup couldn't get focus Change-Id: I8d32ef9900f98cd88620b955c269d66358347651 Signed-off-by: JinYong Park --- src/lib/elementary/elc_ctxpopup.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elementary/elc_ctxpopup.c b/src/lib/elementary/elc_ctxpopup.c index 7f766d7..e64e5ca 100644 --- a/src/lib/elementary/elc_ctxpopup.c +++ b/src/lib/elementary/elc_ctxpopup.c @@ -942,6 +942,11 @@ _on_show(void *data EINA_UNUSED, * that seems to be spread all over Elementary. */ //elm_object_focus_set(sd->list, EINA_TRUE); + + /* TIZEN_ONLY(20170412): add focus set temporarily, because ctxpopup can't get focus + if efl opensource fix it, that fix patch must replace this patch. */ + elm_object_focus_set(sd->list, EINA_TRUE); + /* END */ return; } -- 2.7.4