commit | c4ab4a716a8077759b5eb0a5760b45cbd11704cc | [log] [tgz] |
---|---|---|
author | dljames <dljames@google.com> | Wed Oct 12 16:05:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 12 16:05:19 2022 |
tree | 2faa4e5db27bc03161444c41c1fd5da2aae72193 | |
parent | 015376180a829114cc3d819568883d2bab5a1d6b [diff] |
[ Bug Fix ] Combobox does not run callback on index change Changing the selection index of the combobox in the side panel via arrow keys or letter keys on the keyboard ('r', 'b', etc.) would not update contents of the side panel. This fix solves this issue by running the callback when a new selection index is registered / selected. Bug: 1355882 Change-Id: Iea92d4f565233627d14d6ce42fade2ddfc038cd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3946284 Commit-Queue: Darryl James <dljames@chromium.org> Reviewed-by: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/main@{#1058081}
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.