[orca] Revert "Read full table row when caret navigation was used"



commit a4438dea4b220be198efa51e76a0d9e2558a1b58
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Wed Jan 22 15:18:38 2020 -0500

    Revert "Read full table row when caret navigation was used"
    
    This reverts commit 314e0de4ebf618c4f6a4eeeb76cbfee861290303.
    
    It turns out this fixes the problem on one particular (and odd) grid,
    but makes other tables chatty.

 src/orca/scripts/web/script_utilities.py | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/orca/scripts/web/script_utilities.py b/src/orca/scripts/web/script_utilities.py
index d01882ad8..921f3369a 100644
--- a/src/orca/scripts/web/script_utilities.py
+++ b/src/orca/scripts/web/script_utilities.py
@@ -2579,10 +2579,6 @@ class Utilities(script_utilities.Utilities):
         if not (obj and self.inDocumentContent(obj)):
             return super().shouldReadFullRow(obj)
 
-        # TODO - JD: This is private.
-        if self._script._lastCommandWasCaretNav and self.lastInputEventWasLineNav():
-            return _settingsManager.getSetting('layoutMode')
-
         if not super().shouldReadFullRow(obj):
             return False
 


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