edje_entry: Add "preedit_highlight" tag 06/60006/2
authorMinwoo, Lee <minwoo47.lee@samsung.com>
Mon, 24 Aug 2015 06:49:50 +0000 (15:49 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 23 Feb 2016 05:32:22 +0000 (14:32 +0900)
Signed-off-by: Minwoo, Lee <minwoo47.lee@samsung.com>
Conflicts:
src/lib/edje/edje_entry.c

Change-Id: I11c2edd7b589bcf46db0b2c3e384ccb1cdab58fb

src/lib/edje/edje_entry.c

index 7fc26e6..3133e85 100644 (file)
@@ -4359,7 +4359,10 @@ _edje_entry_imf_event_preedit_changed_cb(void *data, Ecore_IMF_Context *ctx EINA
    char *preedit_string;
    char *markup_txt = NULL;
    char *tagname[] = {
-      NULL, "preedit", "preedit_sel", "preedit_sel",
+      // TIZEN_ONLY(20160223): Add "preedit_highlight" tag 
+      //NULL, "preedit", "preedit_sel", "preedit_sel",
+      NULL, "preedit", "preedit_sel", "preedit_highlight",
+      //
       "preedit_sub1", "preedit_sub2", "preedit_sub3", "preedit_sub4"
    };
    int i;