[orca] Always notify script when updating locus of focus in contenteditable content
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Always notify script when updating locus of focus in contenteditable content
- Date: Sat, 11 Mar 2017 15:37:01 +0000 (UTC)
commit c8c6e3fedbeda25af9dd6377188a98f4aef79e88
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Sat Mar 11 10:34:56 2017 -0500
Always notify script when updating locus of focus in contenteditable content
src/orca/scripts/web/script.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/scripts/web/script.py b/src/orca/scripts/web/script.py
index 074575a..52f40c5 100644
--- a/src/orca/scripts/web/script.py
+++ b/src/orca/scripts/web/script.py
@@ -1369,9 +1369,8 @@ class Script(default.Script):
if self.utilities.isContentEditableWithEmbeddedObjects(event.source):
msg = "WEB: In content editable with embedded objects"
debug.println(debug.LEVEL_INFO, msg, True)
- notify = orca_state.locusOfFocus == orca_state.activeWindow
self.utilities.setCaretContext(obj, offset)
- orca.setLocusOfFocus(event, event.source, notify)
+ orca.setLocusOfFocus(event, event.source, True)
return False
text = self.utilities.queryNonEmptyText(event.source)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]