[orca] Check for accessible names when presenting entries in speech



commit f2cacc7efe9b463f7650188eec99384e518f1eea
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Aug 9 10:41:16 2014 -0400

    Check for accessible names when presenting entries in speech

 src/orca/formatting.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 7c7a2d2..074b3a7 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -155,8 +155,8 @@ formatting = {
         pyatspi.ROLE_ENTRY: {
             'focused': 'labelOrName + placeholderText + readOnly + textRole + currentLineText + 
allTextSelection',
             'unfocused': 'labelOrName + placeholderText + readOnly + textRole + currentLineText + 
allTextSelection + ' + MNEMONIC,
-            'basicWhereAmI': 'label + placeholderText + readOnly + textRole + textContent + anyTextSelection 
+ ' + MNEMONIC,
-            'detailedWhereAmI': 'label + placeholderText + readOnly + textRole + textContentWithAttributes + 
anyTextSelection + ' + MNEMONIC + ' + ' + TUTORIAL
+            'basicWhereAmI': 'labelOrName + placeholderText + readOnly + textRole + textContent + 
anyTextSelection + ' + MNEMONIC,
+            'detailedWhereAmI': 'labelOrName + placeholderText + readOnly + textRole + 
textContentWithAttributes + anyTextSelection + ' + MNEMONIC + ' + ' + TUTORIAL
             },
         pyatspi.ROLE_FRAME: {
             'focused': 'labelAndName + roleName',


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