[orca/gnome-3-16] Add explicit braille handling for ROLE_PAGE so we update the line in Evince



commit d228a7988fbe3692538c9f6b12bdedf2f23ff05a
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Apr 18 18:22:25 2015 -0400

    Add explicit braille handling for ROLE_PAGE so we update the line in Evince

 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 eeb5c30..df0b4bf 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -513,6 +513,9 @@ formatting = {
                                      asString(labelOrName + expandableState + availability) + 
asString(accelerator),\
                                      indicator=asString(menuItemCheckedState))]'
             },
+        pyatspi.ROLE_PAGE: {
+            'unfocused': BRAILLE_TEXT
+            },
         #pyatspi.ROLE_OPTION_PANE: 'default'
         pyatspi.ROLE_PAGE_TAB: {
             'focused':   '[Component(obj,\


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