atspi : Remove role check when getting an accessible object to a point. 35/153635/1
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 29 Sep 2017 04:10:39 +0000 (13:10 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 29 Sep 2017 04:10:39 +0000 (13:10 +0900)
Change-Id: Ib0165ec6f31e0e9e5942fe224696485b9ad0c5aa

src/lib/elm_widget.c

index 2b3290f6bfc45124f185084252c028d2e4e12821..c815a01b513679343b3233689c55132020efc62f 100644 (file)
@@ -7399,13 +7399,6 @@ _accessible_at_point_top_down_get(Eo *obj, Elm_Widget_Smart_Data *_pd EINA_UNUSE
         /* Foreach at-spi valid children traverse stack_item evas_objects hierarchy */
         EINA_LIST_FOREACH(valid_children, l2, child)
           {
-             Elm_Atspi_Role role;
-             eo_do(child, role = elm_interface_atspi_accessible_role_get());
-             if (role == ELM_ATSPI_ROLE_REDUNDANT_OBJECT)
-               {
-                  /* The redundant object ignores */
-                  continue;
-               }
              /* Compare object used to compare with stacked evas objects */
              compare_obj = child;
              /* In case of widget_items compare should be different then elm_widget_ item  object */