raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=293506e8c0ae03b0c4ccb1bfc47ea210dd5b4db2

commit 293506e8c0ae03b0c4ccb1bfc47ea210dd5b4db2
Author: Lukasz Stanislawski <l.stanisl...@samsung.com>
Date:   Wed Jun 11 15:28:45 2014 +0900

    atspi: add SENSITIVE to default widget state set.
    
    Summary:
    without given state Orca screen reader deafult script interpret
    widget as 'grayed out'.
    
    Test Plan: orca screen reader tests on ubuntu 13.10 with orca 3.10.1
    
    Reviewers: raster, seoz, z.kosinski
    
    Differential Revision: https://phab.enlightenment.org/D983
---
 src/lib/elm_interface_atspi_widget.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_interface_atspi_widget.c 
b/src/lib/elm_interface_atspi_widget.c
index 1679b26..63276e1 100644
--- a/src/lib/elm_interface_atspi_widget.c
+++ b/src/lib/elm_interface_atspi_widget.c
@@ -150,6 +150,7 @@ 
_elm_interface_atspi_widget_elm_interface_atspi_accessible_state_set_get(Eo *obj
      {
         STATE_TYPE_SET(states, ELM_ATSPI_STATE_ENABLED);
         STATE_TYPE_SET(states, ELM_ATSPI_STATE_ACTIVE);
+        STATE_TYPE_SET(states, ELM_ATSPI_STATE_SENSITIVE);
      }
 
    return states;

-- 


Reply via email to