[orca] Fix for bgo#618800 - Some items spoken but not brailled in the OOo Writer Templates and Documents di



commit cd7b25eb1eed5373bc37306106abce52c93986f1
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun May 16 13:37:54 2010 -0400

    Fix for bgo#618800 - Some items spoken but not brailled in the OOo Writer Templates and Documents dialog

 src/orca/scripts/apps/soffice/formatting.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/formatting.py b/src/orca/scripts/apps/soffice/formatting.py
index b739431..24f73b9 100644
--- a/src/orca/scripts/apps/soffice/formatting.py
+++ b/src/orca/scripts/apps/soffice/formatting.py
@@ -75,6 +75,10 @@ formatting = {
             },
     },
     'braille': {
+        pyatspi.ROLE_LABEL: {
+            'unfocused': '[Text(obj,asString((label or name)))]',
+            'focused': '[Text(obj,asString((label or name)))]'
+            },
         pyatspi.ROLE_LIST: {
             'unfocused': '[Component(obj,\
                                      asString(labelOrName + roleName + required))]'



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