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
This commit is contained in:
Mykyta Biliavskyi 2015-06-26 13:39:20 +09:00 committed by ChunEon Park
parent 460e6dc97b
commit a310bbd9a4
1 changed files with 0 additions and 1 deletions

View File

@ -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);