commit | 9e3553c8bde309141b84a1c7386c242483f57532 | [log] [tgz] |
---|---|---|
author | Psychpsyo <psychpsyo@gmail.com> | Mon Mar 25 19:51:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 25 19:51:00 2024 |
tree | bffdb28ccf810c6d93f43c867c56ef43476ff058 | |
parent | af787c2728f8539704c7ba5670512a88ae488e3f [diff] |
Make clicking only selected option in multi-select deselect it This makes it so that if there is only a single option selected in a <select multiple> element, clicking it will deselect it instead of doing nothing. This is to reduce user confusion about how to deselect options while minimizing the impact on existing content, since the old do-nothing behavior of this interaction is likely never a user's intention. Bug: 327940247 Change-Id: If21cad16100155bc310745ca244ebf1dab0a691f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5360033 Reviewed-by: David Baron <dbaron@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1277858}
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.