[orca] Ensure we present combobox details when descendant is only thing to claim focus



commit 6db653302173a4fa1967072c88c20e1c8015cb5e
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed May 1 10:09:11 2019 -0700

    Ensure we present combobox details when descendant is only thing to claim focus

 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 e87a3a3f9..4ebaa0dc9 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -168,7 +168,7 @@ formatting = {
             'unfocused': '((substring and currentLineText) or labelAndName) + roleName'
             },
         pyatspi.ROLE_COMBO_BOX: {
-            'focused': 'expandableState',
+            'focused': 'labelAndName + roleName + expandableState',
             'unfocused': 'labelAndName + roleName + pause + (currentLineText + anyTextSelection or 
positionInList) + ' + MNEMONIC + ' + accelerator',
             'basicWhereAmI': 'label + roleName + pause + name + (currentLineText + anyTextSelection or 
positionInList) + ' + MNEMONIC + ' + accelerator'
             },


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