atspi: Use bottom up approach for PAGE_TAB 24/160424/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:08 +0000 (15:04 +0900)
commitb35420a8a4d9faf37fb23bbe476f45f963737346
tree13411b4d7fbcdfad25e6c0d228f5451dbac7104e
parent939b714419e76af7358f85960a7944ccfa7785d9
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