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

Issue 2846133002: A11y: Don't accounce password keystrokes twice (Closed)

Created:
3 years, 7 months ago by paulmiller
Modified:
3 years, 7 months ago
Reviewers:
dmazzoni, Xianzhu
CC:
chromium-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, blink-reviews-layout_chromium.org, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

A11y: Don't accounce password keystrokes twice When typing passwords on Android, TalkBack first announces the letter from the keyboard. When the letter is inserted into the password field, there is an AX_EVENT_TEXT_CHANGED, and TalkBack annaunces the inserted letter as "dot". Then after a delay, SecureTextTimer replaces the letter with a dot, causing a second AX_EVENT_TEXT_CHANGED, and TalkBack announces "dot" again. This suppresses the second AX_EVENT_TEXT_CHANGED. BUG=716212 Review-Url: https://codereview.chromium.org/2846133002 Cr-Commit-Position: refs/heads/master@{#468393} Committed: https://chromium.googlesource.com/chromium/src/+/b042a7e565df1572caa21084289f6e37db216684

Patch Set 1 #

Patch Set 2 : only suppress no-op SetTexts #

Patch Set 3 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutText.cpp View 1 2 2 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
paulmiller
On 2017/04/27 22:19:43, paulmiller wrote: > mailto:paulmiller@chromium.org changed reviewers: > + mailto:dmazzoni@chromium.org, mailto:wangxianzhu@chromium.org PTAL
3 years, 7 months ago (2017-04-27 22:19:59 UTC) #3
dmazzoni
This fix is what I had in mind but way too high up in the ...
3 years, 7 months ago (2017-04-27 23:24:45 UTC) #4
paulmiller
On 2017/04/27 23:24:45, dmazzoni wrote: > This fix is what I had in mind but ...
3 years, 7 months ago (2017-04-27 23:29:33 UTC) #5
dmazzoni
On 2017/04/27 23:29:33, paulmiller wrote: > On 2017/04/27 23:24:45, dmazzoni wrote: > > This fix ...
3 years, 7 months ago (2017-04-28 00:23:46 UTC) #6
paulmiller
On 2017/04/28 00:23:46, dmazzoni wrote: > On 2017/04/27 23:29:33, paulmiller wrote: > > On 2017/04/27 ...
3 years, 7 months ago (2017-04-29 00:07:15 UTC) #7
dmazzoni
lgtm OK, that does seem weird that it's setting the text to itself, but if ...
3 years, 7 months ago (2017-05-01 15:43:25 UTC) #8
Xianzhu
rs lgtm.
3 years, 7 months ago (2017-05-01 17:55:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2846133002/40001
3 years, 7 months ago (2017-05-01 17:57:53 UTC) #12
commit-bot: I haz the power
3 years, 7 months ago (2017-05-01 20:01:52 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/b042a7e565df1572caa21084289f...

Powered by Google App Engine
This is Rietveld 408576698