[orca] Update braille when suggestion list item changes in LO spellcheck dialog



commit b4d6d785df14d7912dc8556bf8704a9053f573fc
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 17 16:49:51 2015 -0400

    Update braille when suggestion list item changes in LO spellcheck dialog

 src/orca/scripts/apps/soffice/script.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/script.py b/src/orca/scripts/apps/soffice/script.py
index 0e565f4..0c4766a 100644
--- a/src/orca/scripts/apps/soffice/script.py
+++ b/src/orca/scripts/apps/soffice/script.py
@@ -643,6 +643,8 @@ class Script(default.Script):
 
         if event.source == self.spellcheck.getSuggestionsList():
             if self.spellcheck.isSuggestionsItem(orca_state.locusOfFocus):
+                orca.setLocusOfFocus(event, event.any_data, False)
+                self.updateBraille(orca_state.locusOfFocus)
                 self.spellcheck.presentSuggestionListItem()
             else:
                 self.spellcheck.presentErrorDetails()


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