[orca/570658] Use realActiveDescendantRoleName for table cell contents



commit a94cdeda95455b95d34939c9ea37f498347c36a7
Author: Willie Walker <william walker sun com>
Date:   Sat Jul 4 03:58:01 2009 -0400

    Use realActiveDescendantRoleName for table cell contents

 src/orca/formatting.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 9f4322b..fc52e8b 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -483,7 +483,7 @@ formatting = {
                               + (columnHeaderIfToggleAndNoText and [Region(" "), Component(obj, asString(columnHeaderIfToggleAndNoText))])\
                               + ((realActiveDescendantDisplayedText and [Component(obj, asString(realActiveDescendantDisplayedText))])\
                                  or (imageDescription and [Region(" "), Component(obj, asString(imageDescription))]))\
-                              + (roleName and [Region(" " + asString(roleName))])\
+                              + (realActiveDescendantRoleName and [Region(" " + asString(realActiveDescendantRoleName))])\
                               + (expandableState and [Region(" " + asString(expandableState))])\
                               + (required and [Region(" " + asString(required))]))'
             },



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