[orca] Present unrelated labels of focused dialogs



commit 4b912f19a6415409f336716aac43e26e2b028457
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 a8fe183e6..d712d5a18 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]