Commit 53dc445f authored by David Tseng's avatar David Tseng Committed by Commit Bot

Partial revert: add hints to ChromeVox

ARC++ has no focus by when TalkBack is on design. Speaking this hint interferes with TalkBack.

Original change
https://chromium-review.googlesource.com/c/chromium/src/+/902405

Bug: 809083,806470, 806469
TBR=yawano@chromium.org,dmazzoni@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I84d3b635e6cca62c0bc152723d143cfabdcc0982
Reviewed-on: https://chromium-review.googlesource.com/925698
Commit-Queue: David Tseng <dtseng@chromium.org>
Reviewed-by: default avatarYuki Awano <yawano@chromium.org>
Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537749}
parent bb1ed2dd
......@@ -238,10 +238,8 @@ CommandHandler.onCommand = function(command) {
}
// Require a current range.
if (!ChromeVoxState.instance.currentRange_) {
new Output().format('@warning_no_current_range').go();
if (!ChromeVoxState.instance.currentRange_)
return true;
}
var current = ChromeVoxState.instance.currentRange_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment