efl_ui_focus_manager_calc: focus a child if a logical is focused
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 9 Oct 2017 11:06:47 +0000 (13:06 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 9 Oct 2017 11:10:51 +0000 (13:10 +0200)
commit282883ff9cb60d04d40ad8aa8cdd5c362c171863
tree7f3823a1cb46d081ea34dde67d908157405ec07c
parentfdfc112f042108ad86baeb47e3f1302767f4fec9
efl_ui_focus_manager_calc: focus a child if a logical is focused

If you call focus_set(m, o) where o is a logical child, then the focus
will go to any none logical child of o, or if there is nothing in the
children of o, then the focus will remain on the now focused element.
src/lib/elementary/efl_ui_focus_manager.eo
src/lib/elementary/efl_ui_focus_manager_calc.c
src/tests/elementary/elm_test_focus.c