[orca] Present the accessible description when giving focus to Gecko objects



commit 7bc5ef4fbbd6868dd6965463b3332c2be5ba1185
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Aug 9 12:54:31 2014 -0400

    Present the accessible description when giving focus to Gecko objects

 src/orca/scripts/toolkits/Gecko/formatting.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/formatting.py b/src/orca/scripts/toolkits/Gecko/formatting.py
index a99e597..d82f624 100644
--- a/src/orca/scripts/toolkits/Gecko/formatting.py
+++ b/src/orca/scripts/toolkits/Gecko/formatting.py
@@ -36,7 +36,7 @@ formatting = {
     'speech': {
         'suffix': {
             'focused': '[]',
-            'unfocused': 'newNodeLevel + unselectedCell + ' + orca.formatting.TUTORIAL,
+            'unfocused': 'newNodeLevel + unselectedCell + ' + orca.formatting.TUTORIAL + ' + description ',
             'basicWhereAmI': orca.formatting.TUTORIAL + ' + description + liveRegionDescription',
             'detailedWhereAmI' : '[]'
             },


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