atspi: enhance _accessible_at_point_get 94/149994/2 submit/tizen_4.0/20170915.080118
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 13 Sep 2017 12:34:44 +0000 (21:34 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 15 Sep 2017 01:45:34 +0000 (01:45 +0000)
commit02973d060dd072ee65426211b5e7a75a673e8c73
treee2e268b2b657a12119649a17d96f90cd8d8995e3
parentd038ba9a9dbdc921d1cdf608de428e084711dc82
atspi: enhance _accessible_at_point_get

The _elm_widget_elm_interface_atspi_component_accessible_at_point_get is
seaching accessible object from bottom of tree.

If elm_popup, or elm_panel comes as a root object, then
the _elm_widget_elm_interface_atspi_component_accessible_at_point_get does not
search from bottom of tree.

To make seach logic consistent, we are using bottom-up approach first for both
elm_popup and elm_panel from this patch.

Change-Id: I2a31725e8ff69455b836d6f888e0b42695ad2af5
src/lib/elm_widget.c