elm_fileselector: this is not focusable
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Fri, 9 Jun 2017 14:30:46 +0000 (16:30 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Fri, 9 Jun 2017 14:50:42 +0000 (16:50 +0200)
the widget is composed from focusable widgets the fileselector is not
focusable.

src/lib/elementary/elc_fileselector.c

index 9db4a64..167fc9c 100644 (file)
@@ -1868,7 +1868,7 @@ _elm_fileselector_efl_canvas_group_group_add(Eo *obj, Elm_Fileselector_Data *pri
 
    efl_canvas_group_add(efl_super(obj, MY_CLASS));
    elm_widget_sub_object_parent_add(obj);
-   elm_widget_can_focus_set(obj, EINA_TRUE);
+   elm_widget_can_focus_set(obj, EINA_FALSE);
 
    priv->expand = !!_elm_config->fileselector_expand_enable;
    priv->double_tap_navigation = !!_elm_config->fileselector_double_tap_navigation_enable;