[orca] Update our cached info when the selected page tab changes



commit 0e7bcc3dae7cccf518457e1487765dad8f6f728e
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Apr 19 19:29:08 2019 -0400

    Update our cached info when the selected page tab changes

 src/orca/scripts/default.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/orca/scripts/default.py b/src/orca/scripts/default.py
index 53fac687e..5b7d2bdbe 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -2502,6 +2502,7 @@ class Script(script.Script):
             if pyatspi.findAncestor(orca_state.locusOfFocus, lambda x: x == child):
                 msg = "DEFAULT: Child %s is ancestor of locusOfFocus" % child
                 debug.println(debug.LEVEL_INFO, msg, True)
+                self._saveFocusedObjectInfo(orca_state.locusOfFocus)
                 return
 
             if child == mouseReviewItem:


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