commit | 7b5a09f8d44399bdf4573f5194752ff0c7caa71f | [log] [tgz] |
---|---|---|
author | Jocelyn Tran <jocelyntran@google.com> | Thu May 16 21:11:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 21:11:22 2024 |
tree | 5b1279aba4f8a90c37acbd679fdece943beb4a1f | |
parent | af1612aabb6e0ab917ca1373cc090edd474ae11d [diff] |
[A11y] Process update only when options bounds are ready When there are more than 1000 options in a select, the first 1000 are included in the first layout and the rest are included later. However, only the bounds of the options from the first layout are sent to the accessibility tree, causing an index out of bounds error when trying to access the bounds of the 1001st option element. This change sends updated bounds to the tree and also prevents the processing of the bounds before all of them are ready. Fixed: 338646632 Change-Id: I2e6e8eaf473e3030aef9e6425201fba3672f733f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5532661 Commit-Queue: Jocelyn Tran <jocelyntran@google.com> Reviewed-by: Khushal Sagar <khushalsagar@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1302226}
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.