atspi : Remove role check when getting an accessible object to a point. 71/154971/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 29 Sep 2017 04:10:39 +0000 (13:10 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 13 Oct 2017 05:02:45 +0000 (05:02 +0000)
Change-Id: Ie676a19164929d94c95d43044f1e585056d55874

src/lib/elm_widget.c

index 4a1f669..bd31e26 100644 (file)
@@ -7422,13 +7422,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 */