[orca] Use the new scrolling API for the default script's SayAll
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Use the new scrolling API for the default script's SayAll
- Date: Fri, 15 Feb 2019 19:38:54 +0000 (UTC)
commit 209b95ed9b28d6f5426d0559e6255d8ee715c58d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Fri Feb 15 14:37:18 2019 -0500
Use the new scrolling API for the default script's SayAll
Note that there will be no difference in behavior until toolkits add
support for this new functionality.
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 151489f25..aa7f1abb2 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -3546,6 +3546,7 @@ class Script(script.Script):
#
done = False
while not done:
+ eventsynthesizer.scrollIntoView(obj)
speech.speak(self.speechGenerator.generateContext(obj, priorObj=priorObj))
lastEndOffset = -1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]