elm: atspi: On Highlight_grab read should happen
authorShilpa Singh <shilpa.singh@samsung.com>
Tue, 5 Dec 2017 14:38:47 +0000 (20:08 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 11:45:16 +0000 (20:45 +0900)
Change-Id: I4406f666ade21696b22c4a1edf52a7349ca2fa1f
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
src/lib/elementary/elm_toolbar.c

index 1cddb15..2c04009 100644 (file)
@@ -4164,7 +4164,10 @@ _elm_toolbar_elm_interface_scrollable_content_pos_set(Eo *obj EINA_UNUSED, Elm_T
               }
           }
         if (next_previous_item)
-           efl_access_component_highlight_grab(EO_OBJ(next_previous_item));
+          {
+             elm_object_accessibility_highlight_set(EO_OBJ(next_previous_item), EINA_TRUE);
+             efl_access_active_descendant_changed_signal_emit(obj, EO_OBJ(next_previous_item));
+          }
      }
 }
 //