[Tizen] Remove the duplicated call with Focused call 53/300553/1 accepted/tizen/7.0/unified/20231030.164720
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 27 Oct 2023 05:35:03 +0000 (14:35 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 27 Oct 2023 05:42:19 +0000 (14:42 +0900)
commit6e3b52ecbaf68a6e6156a5256e89596c9726e353
treee9ed09532b950636f429be4e86e6c51ed0d9c0d8
parent2d2827895ff37f52b8f7f757c1e92a545b81542a
[Tizen] Remove the duplicated call with Focused call

- To call `Activate()` of IME is already called in `OnKeyInputFocusGained()`
 and `OnKeyInputFocusGained()` is called by `OnTap()`.
- So, IME activate call is called twice unnecessarily.

- Also, IME properties did not be set in `OnTap`,
  so the normal layout of input panel shows first,
 and then another type of input panel shows again. (Issue)
- Fix this issue to erase to call `Activate` in `OnTap()`.

Change-Id: Ie18b35042b0b7878efd0a8fe3fbbd5da1d3e6def
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp