[orca] Braille: Always display text for "section" role



commit bd6b629c83c10e32c04724b26779e80af6f7e872
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sun Apr 26 10:44:56 2020 -0400

    Braille: Always display text for "section" role

 src/orca/formatting.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 9d36bb66f..68e3a84bf 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -761,9 +761,7 @@ formatting = {
             'unfocused': 'asPageTabOrScrollPane'
             },
         pyatspi.ROLE_SECTION: {
-            'unfocused': '((substring and ' + BRAILLE_TEXT + ')\
-                          or ([Component(obj, asString(labelAndName + roleName))]\
-                             + (childWidget and ([Region(" ")] + childWidget))))'
+            'unfocused': BRAILLE_TEXT
             },
         #'REAL_ROLE_SCROLL_PANE': 'default'
         pyatspi.ROLE_SLIDER: {


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