[Tizen] Fix TextChanged signal. 63/258563/1 accepted/tizen/6.0/unified/20210520.123333 submit/tizen_6.0/20210520.083010
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 20 May 2021 07:17:13 +0000 (16:17 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 20 May 2021 08:12:53 +0000 (17:12 +0900)
commit1039421a1d4292e6cbc0a124c12d4358fe6417f5
treee01465e8ead59e569cb3f95726e9936228708f21
parent93321d392ce358bff547eaf8fe02806ac2f62030
[Tizen] Fix TextChanged signal.

Due to the previous patches (below patches),
cef89858f1d7ca38d2db7aecb934ceada5439e09
2a386a32eadd81f8f7483f408d06db0d3c15f40e

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