[orca/gnome-3-14] Add formatting strings for ROLE_LABEL so that they get presented.
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-14] Add formatting strings for ROLE_LABEL so that they get presented.
- Date: Tue, 17 Feb 2015 15:24:32 +0000 (UTC)
commit fee23a786230ff434324ad6f745792bc633e5dd4
Author: Attila Hammer <hammera pickup hu>
Date: Tue Feb 17 10:22:45 2015 -0500
Add formatting strings for ROLE_LABEL so that they get presented.
https://bugzilla.gnome.org/show_bug.cgi?id=738057
src/orca/formatting.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 49217d0..d7c7a31 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -185,7 +185,9 @@ formatting = {
'unfocused': 'labelAndName + unrelatedLabels'
},
pyatspi.ROLE_LABEL: {
- 'basicWhereAmI': 'labelOrName + allTextSelection + roleName'
+ 'focused': 'labelAndName + allTextSelection + roleName',
+ 'unfocused': 'labelAndName + allTextSelection + roleName',
+ 'basicWhereAmI': 'labelAndName + allTextSelection + roleName'
},
pyatspi.ROLE_LAYERED_PANE: {
'focused': 'labelAndName + allTextSelection + roleName + availability + noShowingChildren',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]