elm: access: find valid child of list item
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 12 Dec 2017 15:15:18 +0000 (20:45 +0530)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 27 Dec 2017 08:58:44 +0000 (17:58 +0900)
commite39dd61bb04801ceeeaf897f0d8ab3dc735c9122
treefe043606830b68e0cb334d6376d544a273af3ed5
parent8114e0053f0dd3a58506aa1f1318a69f09896511
elm: access: find valid child of list item

This patch set is solving following case.
If genlist item uses evas_object_image_source_set to show item itself, then
evas_tree_objects_at_xy_get does not return below objects of image source.
So content objects of genlist item could not become cadicdates for
elm_interface_atspi_component_accessible_at_point_get.

@tizen_fix

Change-Id: I2fd47b5fb231a7bed6f7b499683040428e370a52
orig: 4c82b324e48cd19f94f64cfadd945efc0d88dd2f
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
src/lib/elementary/elm_widget.c