efl: edje: make comments for something we need to break for efl2 not now

make notes about https://phab.enlightenment.org/D2980
This commit is contained in:
Carsten Haitzler 2016-01-13 16:48:10 +09:00
parent 22324f21b3
commit 6b8351a0a0
1 changed files with 5 additions and 1 deletions

View File

@ -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;