summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-01-13 16:48:10 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-01-13 18:12:33 +0900
commit6b8351a0a01362a839654ceeceed8a7de39c71d9 (patch)
treeea48b1f1e37762095f7516af6ee4e1e73c082b77
parent22324f21b30d25d1b2076d5dc7501de46c348deb (diff)
downloadefl-6b8351a0a01362a839654ceeceed8a7de39c71d9.tar.gz
efl: edje: make comments for something we need to break for efl2 not now
make notes about https://phab.enlightenment.org/D2980
-rw-r--r--src/lib/edje/edje_entry.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c
index cb64c34d96..ffcbc11cdd 100644
--- a/src/lib/edje/edje_entry.c
+++ b/src/lib/edje/edje_entry.c
@@ -4182,7 +4182,11 @@ _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",
+ NULL, "preedit",
+ // 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",
"preedit_sub1", "preedit_sub2", "preedit_sub3", "preedit_sub4"
};
int i;