atspi: Use bottom up approach for PAGE_TAB 28/160428/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 6 Nov 2017 12:04:13 +0000 (21:04 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 16 Nov 2017 06:04:51 +0000 (15:04 +0900)
commitfe589c83f1d520c481dfba37a155c78f9f4ea413
tree08d9f0c1302f0bc70735ef7840c964d548b7c82e
parent4b96d88606277b1d1aa76cf9db65fd6e4ff1a084
atspi: Use bottom up approach for PAGE_TAB

The naviframe item is elm_layout, and its atspi role is ELM_ATSPI_ROLE_PAGE_TAB.
The screen-reader could ask an object at point by using the naviframe item as a
root object. In this case, elementary did not us bottom up approach.
For the consistency, and to make it work better, This patch set is using the
bottom up approach for the naviframe item.

Change-Id: Icfe0791e340dac0c3998b56217fab8c34922cc5b
src/lib/elc_multibuttonentry.c
src/lib/elm_dayselector.c
src/lib/elm_widget.c