Fix cursor position update issue 03/281303/2
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 15 Sep 2022 10:02:37 +0000 (19:02 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 15 Sep 2022 10:53:46 +0000 (19:53 +0900)
commit06610a90baadc44e9b7c6257ef3fd3e8606b7af3
tree8cb653c463c66207b3ee1068b2e13e83dbf4d306
parent684a641209840683b935b40ee6b4a4e2692d4bbc
Fix cursor position update issue

When a text controller has focus and loses keyboard focus,
the controller is in the INACTIVE state.
But in this case, when the cursor position is updated from a key event,
there is an issue that the position is not updated due to the wrong state.

This patch changes the state of controller to EDITING in the issue case.

Change-Id: Idea21a5486a7c076a59ad5dcd74c5b3343c1e2fe
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
automated-tests/src/dali-toolkit-internal/utc-Dali-Text-Controller.cpp
dali-toolkit/internal/text/controller/text-controller-event-handler.cpp