edje_entry: support "preedit_hilight" tag 45/215545/1
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 10 Oct 2019 12:05:11 +0000 (21:05 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 10 Oct 2019 12:07:38 +0000 (21:07 +0900)
separate "reverse" and "highlight" by VD request

@tizen_fix

Change-Id: I8d0221de8b321c84800924f4f729756632ac6648
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/lib/edje/edje_entry.c

index 208017a..255ecc1 100644 (file)
@@ -5517,7 +5517,10 @@ _edje_entry_imf_event_preedit_changed_cb(void *data, Ecore_IMF_Context *ctx EINA
       // XXX: FIXME: EFL2 - make these 2 preedit_sel's different for efl
       // 2.0 and beyond. maybe use "preedit_sel", "preedit_hilight",
       // See https://phab.enlightenment.org/D2980 for this issue
-      "preedit_sel", "preedit_sel",
+      /* TIZEN_ONLY(20191010): support "preedit_hilight" tag */
+      //"preedit_sel", "preedit_sel",
+      "preedit_sel", "preedit_hilight",
+      /* END */
       "preedit_sub1", "preedit_sub2", "preedit_sub3", "preedit_sub4"
    };
    int i;