[orca] Defer to superscript's selectedChildren() when selection changes in spreadsheet



commit f700625cc158cb9a40e9a61284f66fc10e3f9d5d
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Apr 27 05:28:52 2017 -0400

    Defer to superscript's selectedChildren() when selection changes in spreadsheet

 src/orca/scripts/apps/soffice/script_utilities.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/script_utilities.py 
b/src/orca/scripts/apps/soffice/script_utilities.py
index 0e9413e..83d689a 100644
--- a/src/orca/scripts/apps/soffice/script_utilities.py
+++ b/src/orca/scripts/apps/soffice/script_utilities.py
@@ -706,7 +706,7 @@ class Utilities(script_utilities.Utilities):
 
         # Things only seem broken for certain tables, e.g. the Paths table.
         # TODO - JD: File the LibreOffice bugs and reference them here.
-        if role != pyatspi.ROLE_TABLE or self.isSpreadSheetCell(obj):
+        if role != pyatspi.ROLE_TABLE or self.isSpreadSheetTable(obj):
             return super().selectedChildren(obj)
 
         try:


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