if(!_elm_atspi_enabled())
return EINA_FALSE;
+ // TIZEN_ONLY(20171020) : atspi : Do not send signal, if current object and highlight object are same
+ if (_elm_object_accessibility_currently_highlighted_get() == obj)
+ return EINA_FALSE;
+ //
+
//TIZEN_ONLY(20171011) : atspi : During the highlight grab, out signal is not sent.
_elm_widget_accessibility_highlight_grabbing_set(obj, EINA_TRUE);
//
if (!sd) return EINA_FALSE;
if (!sd->view) return EINA_FALSE;
+ // TIZEN_ONLY(20171020) : atspi : Do not send signal, if current object and highlight object are same
+ if (_elm_object_accessibility_currently_highlighted_get() == obj)
+ return EINA_FALSE;
+ //
//TIZEN_ONLY(20171011) : atspi : During the highlight grab, out signal is not sent.
_elm_widget_accessibility_highlight_grabbing_set(obj, EINA_TRUE);