Commit e34a52f9 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Fix cursor routing in single lined text fields

Update the documentation to run brltty on linux as well. This is sometimes hard to [re]discover.

Change-Id: Ia6cfefa2af9465762fc31c8077fec7310edca083
Reviewed-on: https://chromium-review.googlesource.com/c/1294512Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601811}
parent 353261fb
...@@ -119,8 +119,7 @@ BrailleCommandHandler.onRoutingCommand_ = function(text, position) { ...@@ -119,8 +119,7 @@ BrailleCommandHandler.onRoutingCommand_ = function(text, position) {
actionNode.doDefault(); actionNode.doDefault();
if (actionNode.role != RoleType.STATIC_TEXT && if (actionNode.role != RoleType.STATIC_TEXT &&
actionNode.role != RoleType.TEXT_FIELD && !actionNode.state[StateType.EDITABLE])
!actionNode.state[StateType.RICHLY_EDITABLE])
return; return;
if (!selectionSpan) if (!selectionSpan)
......
...@@ -119,6 +119,11 @@ Once built, Chrome and ChromeVox will use your machine’s running Brltty ...@@ -119,6 +119,11 @@ Once built, Chrome and ChromeVox will use your machine’s running Brltty
daemon to display braille if ChromeVox is running. Simply ensure you have a daemon to display braille if ChromeVox is running. Simply ensure you have a
display connected before running Chrome and that Brltty is running. display connected before running Chrome and that Brltty is running.
Note you may need to customize brltty.conf (typically found in /etc).
In particular, the api-parameters Auth param may exclude the current user.
You can turn this off by doing:
api-parameters Auth=none
Testing against the latest releases of Brltty (e.g. 5.4 at time of writing) is Testing against the latest releases of Brltty (e.g. 5.4 at time of writing) is
encouraged. encouraged.
......
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