[Tizen] Fix TextChanged signal. 71/258871/1
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 20 May 2021 07:17:13 +0000 (16:17 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 27 May 2021 04:23:14 +0000 (13:23 +0900)
commit5511b058e12120555b4b3c3b35b1cf37c52a2990
tree93c1bdd334a817dc2fc7b1e3ad41288a26117c94
parentfe30a4e3cf67c5a302a89dad0e12fea79ed5ae42
[Tizen] Fix TextChanged signal.

Due to the previous patches (below patches),
3d28744e61ba8b68daa957827a55224f11bbf2f0
33ccee79d16a90d5f7ab427de1503ccc5bee4324

the sequence of Signal emit and Render has been different.
This caused a compatibility issue.
This patch fixes a compatibility issue by change the timing of the signal emit.

Change-Id: I76633936fb32e91d685f4bc6042c69ebd663c08d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp