commit | 185bc75e606d4a1d4987019e6d7117b3c1f373da | [log] [tgz] |
---|---|---|
author | Bruno Braga <brunobraga@google.com> | Mon Jul 24 17:06:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 24 17:06:36 2023 |
tree | 4c6b7a01e2199f3ef71b001466239869834531d2 | |
parent | abf649147a73bdca06d44a8f0be86264265d5472 [diff] |
[autofill]: Fix autocomplete row accessibility. The text being announced is incorrect. For some reason there is a mix between the child (button) accessibility name and the content's accessibility name being used in the announcement. After spending some hours I was not able to find out what the root cause is. Even after building the initial CL where accessiblity was working as expected, tthe error persisted, which makes me think this is related to the OS. This CL is a temporary fix to the issue so that the feature is not blocked. before: https://screencast.googleplex.com/cast/NTU3MjI2MzExOTE1OTI5NnwzZmU2NWZjYS0xNw after: https://screencast.googleplex.com/cast/NjM0MDAzMzAxNjQ5NjEyOHxiNWE3NDQzMC1iYg Bug: 1417187 Change-Id: I81e5892dcfdc6066424799b44ad3277f15a86362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4710451 Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Bruno Braga <brunobraga@google.com> Cr-Commit-Position: refs/heads/main@{#1174265}
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.