Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3449)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js

Issue 2446293002: Complete checked state announcements and clarify state usage (Closed)
Patch Set: Rebase tests. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
index 5424dec0c505a37969205969d6438439d0e40187..7e20c1fce299142bbe74ae5a5a7c25928b8d2967 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
@@ -227,6 +227,7 @@ DesktopAutomationHandler.prototype = {
if (!AutomationPredicate.checkable(evt.target))
return;
+ Output.forceModeForNextSpeechUtterance(cvox.QueueMode.CATEGORY_FLUSH);
this.onEventIfInRange(
new chrome.automation.AutomationEvent(
EventType.checkedStateChanged, evt.target, evt.eventFrom));

Powered by Google App Engine
This is Rietveld 408576698