[orca] Fix for bug #640383 - Orca is not indicating caret position or selection for Headings in WebKitGtk



commit 1fc23c67a8a98dec7b65978fe90f5d244438bebb
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jan 24 03:11:25 2011 -0500

    Fix for bug #640383 - Orca is not indicating caret position or selection for Headings in WebKitGtk

 src/orca/formatting.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 8602cde..f94b164 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -392,6 +392,9 @@ formatting = {
             'unfocused': '[Component(obj,\
                                      asString(((label + displayedText) or name) + value + roleName + alertAndDialogCount))]'
             },
+        pyatspi.ROLE_HEADING: {
+            'unfocused': BRAILLE_TEXT
+            },
         #pyatspi.ROLE_HTML_CONTAINER: 'default'
         pyatspi.ROLE_ICON: {
             'unfocused': '[Component(obj,\



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