elm_naviframe: this is not handling focus
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sat, 10 Jun 2017 11:45:58 +0000 (13:45 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sat, 10 Jun 2017 16:03:08 +0000 (18:03 +0200)
the widgets that are used to compose the naviframe are handling it, not
the naviframe itself.

src/lib/elementary/elc_naviframe.c

index 8d908eb..45f41bb 100644 (file)
@@ -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