[orca] Improved fix for bug #640383 - Orca is not indicating caret position or selection for Headings in We



commit cf12a4d1ca4ed1d8b0fb2fec5b9dd7d349722661
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jan 24 18:23:50 2011 -0500

    Improved fix for bug #640383 - Orca is not indicating caret position or selection for Headings in WebKitGtk
    
    Now we are indicating caret position, selection, *and* heading level.

 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 0ec8c63..df15003 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -393,7 +393,7 @@ formatting = {
                                      asString(((label + displayedText) or name) + value + roleName + alertAndDialogCount))]'
             },
         pyatspi.ROLE_HEADING: {
-            'unfocused': BRAILLE_TEXT
+            'unfocused': '[Text(obj)] + [Region(" " + asString(roleName))]'
             },
         #pyatspi.ROLE_HTML_CONTAINER: 'default'
         pyatspi.ROLE_ICON: {



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