Give focus and input focus at the same time 56/117456/6
authorminho.sun <minho.sun@samsung.com>
Mon, 6 Mar 2017 06:38:38 +0000 (15:38 +0900)
committerRichard Huang <r.huang@samsung.com>
Thu, 9 Mar 2017 11:35:51 +0000 (03:35 -0800)
commit9dc9e248aa53b097c6a41fb043c3d5341f93ec45
tree114cfae05546cef7608c9cf8d82173d667038443
parentd6d362462e51eea645d7ec1fe1db3af58bb306a8
Give focus and input focus at the same time

Currently, dali has two different focus. KeyboardFocus/KeyInputFocus.
But in other framework, they works as one focus.

Two different DALi focus will be worked as one focus via making KeyboardFocusManager give KeyInputFocus to focused control.

Plus, this patch will change focus moving behavior at text controls.
To solve this problem, make text-controller determine whether this text control will lose focus or not.

Change-Id: I484b0d846de268ceb1a9a7810af360760963165b
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp
dali-toolkit/internal/text/text-controller.cpp