[orca] Braille: Ensure blockquote text is displayed in rich-text editors



commit f99fcedb0f86d415d7b4ea52e549779970a5353c
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Apr 24 13:12:02 2020 -0400

    Braille: Ensure blockquote text is displayed in rich-text editors

 src/orca/formatting.py | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 9fd035d90..2ede5ceb2 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -580,6 +580,9 @@ formatting = {
                              + (childWidget and ([Region(" ")] + childWidget))))'
             },
         #pyatspi.ROLE_ARROW: 'default'
+        pyatspi.ROLE_BLOCK_QUOTE: {
+            'unfocused': BRAILLE_TEXT + ' + (roleName and [Region(" " + asString(roleName + 
nestingLevel))])',
+            },
         pyatspi.ROLE_CANVAS: {
             'unfocused': '[Component(obj,\
                                      asString(((label + displayedText + imageDescription) or name) + 
roleName))]'


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