elm_entry: make the hoversel not focusable

Summary:
the hoversel is added to a entry while entrys are not build for handling
children focus. Disabling this prevents wrong focus operations.

fix T7163

Reviewers: zmike, #committers, netstar

Reviewed By: netstar

Subscribers: cedric, #committers, zmike

Tags: #efl

Maniphest Tasks: T7163

Differential Revision: https://phab.enlightenment.org/D6695
This commit is contained in:
Marcel Hollerbach 2018-07-30 13:18:02 +01:00 committed by Alastair Poole
parent 185f2f55fd
commit 39202e00f2
1 changed files with 1 additions and 0 deletions

View File

@ -1698,6 +1698,7 @@ _menu_call(Evas_Object *obj)
else elm_widget_scroll_freeze_push(obj);
sd->hoversel = elm_hoversel_add(obj);
elm_object_tree_focus_allow_set(sd->hoversel, EINA_FALSE);
context_menu_orientation = edje_object_data_get
(sd->entry_edje, "context_menu_orientation");