[orca/gnome-3-36] Ensure we use the right voice when presenting autocomplete role



commit f1e4032f2ebd6a4eb05dcc6651d4f5aced1cbfa9
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Feb 28 13:13:29 2020 +0100

    Ensure we use the right voice when presenting autocomplete role

 src/orca/speech_generator.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/orca/speech_generator.py b/src/orca/speech_generator.py
index 98983a02a..46d36ce89 100644
--- a/src/orca/speech_generator.py
+++ b/src/orca/speech_generator.py
@@ -552,6 +552,7 @@ class SpeechGenerator(generator.Generator):
         if role == pyatspi.ROLE_ENTRY \
            and obj.getState().contains(pyatspi.STATE_SUPPORTS_AUTOCOMPLETION):
             result.append(self.getLocalizedRoleName(obj, role=pyatspi.ROLE_AUTOCOMPLETE))
+            result.extend(acss)
 
         if role == pyatspi.ROLE_PANEL and obj.getState().contains(pyatspi.STATE_SELECTED):
             return []


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