[orca] Present longdesc and clickable as part of Where Am I



commit 587b6f8a99c389213cb07f0b114def7d7b0be0ed
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Aug 20 08:53:17 2014 -0400

    Present longdesc and clickable as part of Where Am I

 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 16a6de2..0b1c003 100644
--- a/src/orca/scripts/toolkits/Gecko/formatting.py
+++ b/src/orca/scripts/toolkits/Gecko/formatting.py
@@ -37,7 +37,7 @@ formatting = {
         'suffix': {
             'focused': '[]',
             'unfocused': 'newNodeLevel + unselectedCell + clickable + hasLongDesc + ' + 
orca.formatting.TUTORIAL + ' + description ',
-            'basicWhereAmI': orca.formatting.TUTORIAL + ' + description + liveRegionDescription',
+            'basicWhereAmI': orca.formatting.TUTORIAL + ' + clickable + hasLongDesc + description + 
liveRegionDescription',
             'detailedWhereAmI' : '[]'
             },
         'default': {


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