Revert "atspi : Do not send signal, if current object and highlight object are same" 07/157707/1
authorTaehyub Kim <taehyub.kim@samsung.com>
Thu, 26 Oct 2017 02:19:05 +0000 (11:19 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 26 Oct 2017 02:19:18 +0000 (11:19 +0900)
This reverts commit 093c6b99032156e726b88c7ab09b4a54adec4ce1.

I9d64b853a7218269d3498c09ca4c1cef461d0b98

Change-Id: I9e9ac517df185ec45e992aedf88ecab847c52f63

src/lib/elm_widget.c

index 0f77646..7cae360 100644 (file)
@@ -6592,10 +6592,6 @@ _elm_widget_elm_interface_atspi_component_highlight_grab(Eo *obj, Elm_Widget_Sma
    if(!obj) return EINA_FALSE;
    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);
@@ -7164,11 +7160,6 @@ _elm_widget_item_elm_interface_atspi_component_highlight_grab(Eo *obj, Elm_Widge
 {
    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);
    //