[orca] Process focus changes from objects even if they claim to manage descendants



commit 10f1104f1056c61ad06277dd1450da82c6dc9abf
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Jul 31 13:49:24 2017 -0400

    Process focus changes from objects even if they claim to manage descendants

 src/orca/scripts/apps/soffice/script.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/script.py b/src/orca/scripts/apps/soffice/script.py
index e2f3acd..02cc768 100644
--- a/src/orca/scripts/apps/soffice/script.py
+++ b/src/orca/scripts/apps/soffice/script.py
@@ -788,10 +788,6 @@ class Script(default.Script):
                 orca.setLocusOfFocus(event, event.source, False)
                 return
 
-        # We should present this in response to active-descendant-changed events
-        if event.source.getState().contains(pyatspi.STATE_MANAGES_DESCENDANTS):
-            return
-
         default.Script.onFocusedChanged(self, event)
 
     def onCaretMoved(self, event):


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