[Edje] Update anchor and item tags when text is deleted by _edje_entry_imf_event_dele...
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 13 Dec 2013 12:04:36 +0000 (12:04 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 13 Dec 2013 12:04:50 +0000 (12:04 +0000)
commitf374815a3e66a389bf2495fadbc82eec0e6f586b
treeeb33b2e8cc0393b604e712717e86a99718c5d35e
parent236c9a1520b76afad458bab8280608d3fba624fd
[Edje] Update anchor and item tags when text is deleted by _edje_entry_imf_event_delete_surrounding_cb.

Summary:
Anchor and item tags should be updated when text is changed.
In _edje_entry_imf_event_delete_surrounding_cb function,
the text is changed by "evas_textblock_cursor_range_delete" API
and there was no update about anchor and item tags.

It can result that the tags hang in the air after deleting.

Reviewers: tasn, woohyun, seoz, jihoon

Reviewed By: tasn

CC: cedric
Differential Revision: https://phab.enlightenment.org/D368
src/lib/edje/edje_entry.c