ctxpopup: completely disable focus-setting on show

this was previously disabled for internal list objects, and now
it is disabled for all subobjects of ctxpopup. applying focus here
invokes every possible focus bug in elementary and prevents the application
from being useful in any way

ref 974c8b05a4c97367b636593f5420ff01e8364aac
ref T3088

@fix
This commit is contained in:
Mike Blumenkrantz 2016-02-17 15:56:50 -05:00
parent 440ee69335
commit 24a61a25d1
1 changed files with 4 additions and 2 deletions

View File

@ -991,8 +991,10 @@ _on_show(void *data EINA_UNUSED,
_show_signals_emit(obj, sd->dir);
elm_layout_sizing_eval(obj);
elm_object_focus_set(obj, EINA_TRUE);
/*
* XXX: see above comment, but for any swallowed list-type object
*/
//elm_object_focus_set(obj, EINA_TRUE);
}
static void