Fix the Keyboard disappeared issue in TextField 49/123849/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 08:11:41 +0000 (17:11 +0900)
commitc09833e27d754198e62118a401110cc77eb27634
tree4f407575eef12be841245d70ef6401600e67339b
parent9795d65d103bdf0524aa92e96475019eff2705f3
Fix the Keyboard disappeared issue in TextField

- 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