atspi: Use bottom up approach for PAGE_TAB 27/159027/7
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 07:06:02 +0000 (07:06 +0000)
commitf8d07751169df1c018b9ca13f30525d3b8fa3127
tree4a3f16d79c76fb6eaba566def5a423dbc0a65fdc
parent5ddb738aa8c550fbc882da8a50233bf77b0cb3ff
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