hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=a310bbd9a430d74cc74ab5a92d3a1ad820d11c49

commit a310bbd9a430d74cc74ab5a92d3a1ad820d11c49
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Fri Jun 26 13:39:20 2015 +0900

    Ctxpopup hide on focus out.
    
    Summary:
    On keypress up or down button doesn't need
    to allow focus to the ctxpopup.
    
    @fix T2522
    
    Reviewers: Hermet
    
    Maniphest Tasks: T2522
    
    Differential Revision: https://phab.enlightenment.org/D2765
---
 src/lib/auto_comp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/auto_comp.c b/src/lib/auto_comp.c
index 9a4701f..068de2a 100644
--- a/src/lib/auto_comp.c
+++ b/src/lib/auto_comp.c
@@ -665,7 +665,6 @@ list_item_move(autocomp_data *ad, Eina_Bool up)
 {
    Evas_Object *entry = edit_entry_get(ad->ed);
    evas_object_smart_callback_del(entry, "unfocused", anchor_unfocused_cb);
-   elm_object_focus_allow_set(ad->list, EINA_TRUE);
 
    Elm_Object_Item *it = elm_list_selected_item_get(ad->list);
    if (up) it = elm_list_item_prev(it);

-- 


Reply via email to