[orca] Web: Search for zombie replicant of caret context when updating braille
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Web: Search for zombie replicant of caret context when updating braille
- Date: Sat, 27 Feb 2021 12:43:30 +0000 (UTC)
commit 73016c7f26a33ab1583d28bf7082d699432d9a94
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Sat Feb 27 13:42:28 2021 +0100
Web: Search for zombie replicant of caret context when updating braille
src/orca/scripts/web/script.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/orca/scripts/web/script.py b/src/orca/scripts/web/script.py
index 78f520f25..618edbd28 100644
--- a/src/orca/scripts/web/script.py
+++ b/src/orca/scripts/web/script.py
@@ -1021,7 +1021,7 @@ class Script(default.Script):
super().updateBraille(obj, **args)
return
- obj, offset = self.utilities.getCaretContext(documentFrame=None)
+ obj, offset = self.utilities.getCaretContext(documentFrame=None, getZombieReplicant=True)
if offset > 0 and isContentEditable:
text = self.utilities.queryNonEmptyText(obj)
if text:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]