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)
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

index c276232..de48a56 100644 (file)
@@ -5912,7 +5912,6 @@ _elm_widget_item_efl_access_component_focus_grab(Eo *obj EINA_UNUSED, Elm_Widget
    return elm_object_item_focus_get(obj);
 }
 
-
 //TIZEN_ONLY(20160726): add API elm_atspi_accessible_can_highlight_set/get
 EOLIAN static void
 _elm_widget_efl_access_can_highlight_set(Eo *obj EINA_UNUSED, Elm_Widget_Smart_Data *_pd, Eina_Bool can_highlight)