commit | c7eb021ee8ef6c97ada6d34bbb90121357dc224c | [log] [tgz] |
---|---|---|
author | Louis Romero <lpromero@google.com> | Tue Sep 12 16:12:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 12 16:12:09 2023 |
tree | a0ab15ab7382044da63f5a53517d13aab82fed8b | |
parent | 452ad5a7e2bbd2ecd3ce2c0645e76162cdc9c9bb [diff] |
Remove UIKit selection in TabGridModeSelection When in TabGridModeSelection, we don't use the UICollectionView selectioon/selected API. We use a custom array. This means that the selected cell from TabGridModeNormal is still considered by UIKit as selected when in TabGridModeSelection. This is fine as it was ignored when displaying cells, but not when interacting through VoiceOver, where the UIKit selection status was read aloud before our custom selection status, leading to: - "Selected, New Tab, Unselected". This CL clears the UIKit selection when entering TabGridModeSelection. The UIKit selection is reset already when leaving TabGridModeSelection. Fixed: 1469864 Change-Id: I9306525eba5508194250cec05571702f98ecec0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4859719 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Louis Romero <lpromero@google.com> Reviewed-by: Aliona Dangla <alionadangla@chromium.org> Commit-Queue: Louis Romero <lpromero@google.com> Cr-Commit-Position: refs/heads/main@{#1195433}
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.