[orca] Read full table row when caret navigation was used
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Read full table row when caret navigation was used
- Date: Wed, 22 Jan 2020 19:59:26 +0000 (UTC)
commit 314e0de4ebf618c4f6a4eeeb76cbfee861290303
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Wed Jan 22 14:59:08 2020 -0500
Read full table row when caret navigation was used
src/orca/scripts/web/script_utilities.py | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/orca/scripts/web/script_utilities.py b/src/orca/scripts/web/script_utilities.py
index 921f3369a..d01882ad8 100644
--- a/src/orca/scripts/web/script_utilities.py
+++ b/src/orca/scripts/web/script_utilities.py
@@ -2579,6 +2579,10 @@ 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]