Fix initial white space issue in text 80/293080/1
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 19 May 2023 07:38:40 +0000 (16:38 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 19 May 2023 07:38:40 +0000 (16:38 +0900)
commitb9eb55c352f330f86b443bb72c35fdff0b70cfa8
treea6f5e5bc89c3891c4483cf3d6d989b2a1845d25a
parentc1294f3111ae2eb199dca0374fd09171a6782735
Fix initial white space issue in text

Current logic does not send text and cursor position for initial white space to IME.
I don't know the exact history of this logic.
But in case of efl, it is sending information about initial white space to IME.
Change behavior for consistency.

Change-Id: I86bc7ecfece9f02c2eb670c3359efc31d79daabb
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/text/controller/text-controller-event-handler.cpp
dali-toolkit/internal/text/controller/text-controller-impl.cpp