[orca] Treat table rows like tree items for the purpose of presentation
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Treat table rows like tree items for the purpose of presentation
- Date: Thu, 5 Jul 2018 13:34:46 +0000 (UTC)
commit 5bfc7a50cd6082bdd795e80d3a4c5a1bdc1e4c30
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Jul 5 09:33:33 2018 -0400
Treat table rows like tree items for the purpose of presentation
src/orca/formatting.py | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index effbe8e9e..07b5bfa4c 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -447,6 +447,8 @@ formatting = {
},
pyatspi.ROLE_TABLE_ROW: {
'focused': 'expandableState',
+ 'unfocused': '(labelOrName or displayedText) + pause + expandableState + pause + positionInList',
+ 'basicWhereAmI': '(labelOrName or displayedText) + roleName + pause + positionInList + pause +
expandableState + (nodeLevel or nestingLevel)'
},
pyatspi.ROLE_TEAROFF_MENU_ITEM: {
'focused': '[]',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]