commit | 32f35aea65638db090c369d46287464f74ce1a1a | [log] [tgz] |
---|---|---|
author | rgod <rgod@google.com> | Fri Aug 02 17:12:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 02 17:12:37 2024 |
tree | 25742b7bae32259419beaea39042d09b27e2a875 | |
parent | d01fdcc844458bfec108fd5e3ca6b061affa0c63 [diff] |
[a11y] Announce pin textfield content with screen reader * Adds announcing currently typed pin on focus (if revealed) or amount of bullet characters (if concealed) * Adds announcing currently typed digit (if revealed) or bullet (if concealed) * Removes setting InputTextType of the parent class in SetObscured, so that incorrect accessibility events are not triggered from the parent textfield class * Overrides UpdateAccessibleTextSelection of the parent textfield class, so that incorrect selection events are not being triggered Fixed: b/356404164 Change-Id: If6ea2de7850963fe7ce26c7b4013dfb3887d91e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756606 Reviewed-by: Adam Langley <agl@chromium.org> Commit-Queue: RafaĆ Godlewski <rgod@google.com> Cr-Commit-Position: refs/heads/main@{#1336678}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.