bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eef0c5164a03bb1f4652ea7b2610a5604a0252a2

commit eef0c5164a03bb1f4652ea7b2610a5604a0252a2
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Wed Apr 11 10:36:24 2018 +0200

    elc_popup: no need to make them focusable
    
    if they have content the content will be focusable, if there is no
    content the rect of root_focus will be focused instead.
---
 src/lib/elementary/elc_popup.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c
index d14c74e480..c137d3d2be 100644
--- a/src/lib/elementary/elc_popup.c
+++ b/src/lib/elementary/elc_popup.c
@@ -1454,9 +1454,6 @@ _elm_popup_efl_canvas_group_group_add(Eo *obj, 
Elm_Popup_Data *priv)
    priv->content_text_wrap_type = ELM_WRAP_MIXED;
    efl_event_callback_array_add(priv->notify, _notify_cb(), obj);
 
-   elm_widget_can_focus_set(obj, EINA_TRUE);
-   elm_widget_can_focus_set(priv->main_layout, EINA_TRUE);
-
    _populate_theme_scroll(priv);
 
    _visuals_set(obj);

-- 


Reply via email to