[orca] Do explicit, just-in-case notification when focus leaves Firefox find toolbar
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Do explicit, just-in-case notification when focus leaves Firefox find toolbar
- Date: Tue, 21 Nov 2017 17:47:21 +0000 (UTC)
commit cba78e3f86393d6a016101abb346f40a637da943
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Nov 21 12:46:27 2017 -0500
Do explicit, just-in-case notification when focus leaves Firefox find toolbar
src/orca/scripts/web/script.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/web/script.py b/src/orca/scripts/web/script.py
index 67ca614..62fdbbd 100644
--- a/src/orca/scripts/web/script.py
+++ b/src/orca/scripts/web/script.py
@@ -1645,9 +1645,10 @@ class Script(default.Script):
obj, offset = self.utilities.searchForCaretContext(event.source)
if obj:
+ notify = self.utilities.inFindToolbar(orca_state.locusOfFocus)
msg = "WEB: Updating focus and context to %s, %i" % (obj, offset)
debug.println(debug.LEVEL_INFO, msg, True)
- orca.setLocusOfFocus(event, obj, False)
+ orca.setLocusOfFocus(event, obj, notify)
self.utilities.setCaretContext(obj, offset)
else:
msg = "WEB: Search for caret context failed"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]