jihoon pushed a commit to branch master.

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

commit a75946207864e599fe574343dd3b0c0a86de6c7e
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Sat Feb 1 10:32:53 2014 +0900

    edje: call imf reset before selecting text area
---
 src/lib/edje/edje_entry.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c
index 8b4d899..a054e1b 100644
--- a/src/lib/edje/edje_entry.c
+++ b/src/lib/edje/edje_entry.c
@@ -4254,12 +4254,16 @@ _edje_entry_imf_event_selection_set_cb(void *data, 
Ecore_IMF_Context *ctx EINA_U
        (rp->part->entry_mode < EDJE_ENTRY_EDIT_MODE_SELECTABLE))
      return;
 
+   _edje_entry_imf_context_reset(rp);
+
    _sel_clear(ed, en->cursor, rp->object, en);
    evas_textblock_cursor_pos_set(en->cursor, ev->start);
    _sel_enable(ed, en->cursor, rp->object, en);
    _sel_start(en->cursor, rp->object, en);
    evas_textblock_cursor_pos_set(en->cursor, ev->end);
    _sel_extend(ed, en->cursor, rp->object, en);
+
+   _edje_entry_real_part_configure(en->ed, rp);
 }
 
 static Eina_Bool

-- 


Reply via email to