[orca] Fix formatting string for unfocused dialogs and also include role
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix formatting string for unfocused dialogs and also include role
- Date: Wed, 19 Feb 2020 15:36:22 +0000 (UTC)
commit 7db4e63d9fa199ce44cfe5c37618af970a55189d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed Feb 19 16:35:46 2020 +0100
Fix formatting string for unfocused dialogs and also include role
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 484f4f3da..ed8faf063 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -210,7 +210,7 @@ formatting = {
},
pyatspi.ROLE_DIALOG: {
'focused': 'labelOrName + roleName + (unrelatedLabels or description)',
- 'unfocused': 'expandedEOCs or (labelOrName + (unrelatedLabels or description))'
+ 'unfocused': '(expandedEOCs or (labelOrName + roleName + (unrelatedLabels or description)))'
},
pyatspi.ROLE_DOCUMENT_FRAME: {
'unfocused': 'label + readOnly + textRole + currentLineText + anyTextSelection + ' + MNEMONIC,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]