edje entry: remove ecore_imf_context_reset, cursor update in mouse move event because...
authorJihoon Kim <imfine98@gmail.com>
Fri, 25 Jan 2013 05:10:47 +0000 (05:10 +0000)
committerJihoon Kim <imfine98@gmail.com>
Fri, 25 Jan 2013 05:10:47 +0000 (05:10 +0000)
SVN revision: 83317

ChangeLog
NEWS
src/lib/edje/edje_entry.c

index a1c77ad..2f5c0b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-25  Jihoon Kim (jihoon)
+
+       * Remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.
+
+
 2013-01-24  Sung W. Park (sung_)
 
        * Add EVAS_GL_DIRECT_MEM_OPT to enable on-demand fallback memory
diff --git a/NEWS b/NEWS
index 9699a5d..4320fef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -83,6 +83,7 @@ Improvements:
     * edje entry: remove ecore_imf_context_reset in mouse up event because it's useless.
     * rebase dns.c against upstream
     * Don't over align data if they are already aligned.
+    * edje entry: remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.
 
 Fixes:
     * Fix PPC (big endian) image codec bug.
index a76456f..9732a0a 100644 (file)
@@ -2189,9 +2189,6 @@ _edje_part_mouse_move_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
           {
              _edje_emit(rp->edje, "cursor,changed", rp->part->name);
              _edje_emit(rp->edje, "cursor,changed,manual", rp->part->name);
-
-             _edje_entry_imf_context_reset(rp);
-             _edje_entry_imf_cursor_info_set(en);
           }
         evas_textblock_cursor_free(tc);