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

Issue 767683003: Braille improvements in contenteditables. (Closed)

Created:
6 years ago by Peter Lundblad
Modified:
6 years ago
Reviewers:
David Tseng
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkcr
Project:
chromium
Visibility:
Public.

Description

Braille improvements in contenteditables. This fixes two issues with editing text using braille in contenteditable elements: - Non-breaking spaces in the element confused the detection of changes that weren't caused by the braille IME causing grade 2 braille input to be interrupted inside words.   is now normalized to normal spaces for the purpose of braille output in this case. - Blank lines weren't shown because of a special case handling for tts output. Now braille is included in that special case. BUG=392854 Committed: https://crrev.com/eb7b406d7a1f3428dd900543f17e82fe0c4aeb6a Cr-Commit-Position: refs/heads/master@{#307010}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove logspam. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -6 lines) Patch
M chrome/browser/resources/chromeos/chromevox/common/editable_text.js View 1 2 chunks +28 lines, -6 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/common/editable_text_test.unitjs View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Peter Lundblad
6 years ago (2014-12-04 16:23:51 UTC) #2
David Tseng
LGTM https://codereview.chromium.org/767683003/diff/1/chrome/browser/resources/chromeos/chromevox/common/editable_text.js File chrome/browser/resources/chromeos/chromevox/common/editable_text.js (right): https://codereview.chromium.org/767683003/diff/1/chrome/browser/resources/chromeos/chromevox/common/editable_text.js#newcode395 chrome/browser/resources/chromeos/chromevox/common/editable_text.js:395: if (this instanceof cvox.ChromeVoxEditableContentEditable) { Does this belong ...
6 years ago (2014-12-04 22:53:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/767683003/20001
6 years ago (2014-12-05 10:17:59 UTC) #5
Peter Lundblad
dtseng@chromium.org writes: > LGTM > > > > https://codereview.chromium.org/767683003/diff/1/chrome/browser/resources/chromeos/chromevox/common/editable_text.js > File chrome/browser/resources/chromeos/chromevox/common/editable_text.js > (right): > ...
6 years ago (2014-12-05 10:25:13 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years ago (2014-12-05 10:50:56 UTC) #7
commit-bot: I haz the power
6 years ago (2014-12-05 10:51:43 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/eb7b406d7a1f3428dd900543f17e82fe0c4aeb6a
Cr-Commit-Position: refs/heads/master@{#307010}

Powered by Google App Engine
This is Rietveld 408576698