- this patch fix not getting focus issue for the e_client which content type is external.
Change-Id: I72b6658173a6db7dc1a5ad0daed16df4849a4074
Signed-off-by: junghwan Choi <jhhh.choi@samsung.com>
e_comp_object_frame_theme_set(cw->smart_obj, E_COMP_OBJECT_FRAME_RESHADOW);
cw->real_hid = 0;
evas_object_show(cw->smart_obj);
+
+ if (!cw->ec->iconic)
+ e_client_focus_defer_set(cw->ec);
+
return;
}
if ((!cw->updates) && (!cw->ec->input_only) && (!cw->ec->ignored))