[orca/gnome-3-34] Present unrelated labels of focused dialogs



commit ec28b51c8258b381cf1305bfdb72f7e0ac1be343
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Nov 13 13:53:33 2019 -0500

    Present unrelated labels of focused dialogs
    
    This makes presentation of newly-shown ancestor dialog containers the
    same as dialog containers which emit the appropriate accessibility
    events.

 src/orca/formatting.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 2ac39d5d5..8384242b0 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -188,7 +188,7 @@ formatting = {
             'basicWhereAmI': 'labelOrName + roleName + value + percentage + ' + MNEMONIC + ' + accelerator + 
required'
             },
         pyatspi.ROLE_DIALOG: {
-            'focused': 'labelOrName + roleName + description',
+            'focused': 'labelOrName + roleName + (unrelatedLabels or description)',
             'unfocused': 'expandedEOCs or (labelOrName + (unrelatedLabels or description))'
             },
         pyatspi.ROLE_DOCUMENT_FRAME: {


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