Edje entry: Make filter logic consistent across all input methods
authorSubodh Kumar <s7158.kumar@samsung.com>
Tue, 4 Aug 2015 14:32:47 +0000 (15:32 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 4 Aug 2015 14:35:17 +0000 (15:35 +0100)
commit4284f11ca90af2764301365f3a6916ac43ac22f2
tree8b08f12ae3829e73c92c8c174d5b90319b4e3f2c
parent667d7b15c9b7779e3cf5815ee062e47109077256
Edje entry: Make filter logic consistent across all input methods

Summary:
When commit string comes from key_down text filter is applied before deleting
the range but when commit string comes from imf filter is applied after deleting
the range. Moreover when format is prepended range is deleted before applying
insert filter. Please check the _edje_key_down_cb and
_edje_entry_imf_event_commit_cb  routines.

@fix

Test Plan: Tested in Tizen device

Reviewers: herdsman, thiepha, shilpasingh, raster, tasn

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2904
src/lib/edje/edje_entry.c