From: Marcel Hollerbach Date: Sat, 10 Jun 2017 11:45:58 +0000 (+0200) Subject: elm_naviframe: this is not handling focus X-Git-Tag: upstream/1.20.0~645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5da8f65bf45f90d1824beb2d5da6920b5674b79;p=platform%2Fupstream%2Fefl.git elm_naviframe: this is not handling focus the widgets that are used to compose the naviframe are handling it, not the naviframe itself. --- diff --git a/src/lib/elementary/elc_naviframe.c b/src/lib/elementary/elc_naviframe.c index 8d908eb..45f41bb 100644 --- a/src/lib/elementary/elc_naviframe.c +++ b/src/lib/elementary/elc_naviframe.c @@ -1423,7 +1423,7 @@ _elm_naviframe_efl_canvas_group_group_add(Eo *obj, Elm_Naviframe_Data *priv) evas_object_event_callback_add(obj, EVAS_CALLBACK_CHANGED_SIZE_HINTS, _on_obj_size_hints_changed, obj); - elm_widget_can_focus_set(obj, EINA_TRUE); + elm_widget_can_focus_set(obj, EINA_FALSE); } static void