[Tizen] Fix the Keyboard disappeared issue in TextField 84/123884/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 7 Apr 2017 08:06:57 +0000 (17:06 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 7 Apr 2017 09:51:44 +0000 (18:51 +0900)
commit77e7e88dd16a4aac3ad825d1d3f7105999cff17d
treea8d5fd3a973fd7a99153eb788e657608bfc1a2fe
parente184d11f7e31f816b8db710438d4b3bcd6c6bea4
[Tizen] Fix the Keyboard disappeared issue in TextField

- This patch can be reverted to the next DALi version.

- On the TV emulator, when the users press the OK key
  in DALi TextField application, the virtual keyboard(IME) disappeared.
- Recently, new Key mapping table in TV was created
  : DALI_KEY_OK enum value == "Return"
- In TextField, if the keyPressedName is "Return" && KeyEvent::Up,
  then called ClearKeyInputFocus().

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