efl_ui_focus_manager_root_focus: ensure that adapter is part of viewport
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 26 Nov 2018 16:30:19 +0000 (17:30 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:52:52 +0000 (14:52 +0900)
commit72b65a994d90daf3fec93158a5b18e6b1e8a6b0d
tree7c6243dc67df8bea759e62690e865e66ded0d747
parentab4e10f1b4b148eb994da20943df4a061349c32c
efl_ui_focus_manager_root_focus: ensure that adapter is part of viewport

This ensures that the adapter part is part of the viewport elements and
border elements. This is done in order to support cases where a
elm_scroller content is not focusable. Before the element was not
correctly in viewport, and so not correctly registered.

ref T6804

Differential Revision: https://phab.enlightenment.org/D7364
src/bin/elementary/test.c
src/bin/elementary/test_scroller.c
src/lib/elementary/efl_ui_focus_manager_calc.c
src/lib/elementary/efl_ui_focus_manager_root_focus.c