herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4f9ef4989ce8511f70e107140e507774f6fb7e7a
commit 4f9ef4989ce8511f70e107140e507774f6fb7e7a Author: Daniel Hirt <daniel.h...@samsung.com> Date: Thu Dec 1 12:43:59 2016 +0200 Ui text: disable selection handler from test --- src/bin/elementary/test_entry.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/elementary/test_entry.c b/src/bin/elementary/test_entry.c index 9512978..e2fb2aa 100644 --- a/src/bin/elementary/test_entry.c +++ b/src/bin/elementary/test_entry.c @@ -3042,7 +3042,6 @@ test_efl_ui_text(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve efl_canvas_text_annotation_insert(en, main_cur, cur, "a href=#hello"); efl_ui_text_interactive_editable_set(en, EINA_TRUE); - efl_ui_text_selection_handler_disabled_set(en, EINA_FALSE); efl_ui_text_scrollable_set(en, EINA_TRUE); evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL); --