[orca/570658] Fix issue with no speech when changing combobox values



commit 2d78cbbe8aff2eb7e8d6bf6368fa541712c69e64
Author: Willie Walker <william walker sun com>
Date:   Mon May 18 16:40:19 2009 -0400

    Fix issue with no speech when changing combobox values
---
 src/orca/formatting.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index ada891c..7fe237b 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -57,6 +57,9 @@ formatting = {
             'focused': 'checkedState',
             'unfocused': 'labelAndName + roleName + checkedState + required + availability + accelerator'
             },
+        pyatspi.ROLE_COMBO_BOX: {
+            'focused': 'name',
+            },
         pyatspi.ROLE_DIALOG: {
             'unfocused': 'labelAndName + unrelatedLabels'
             },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]