| commit | b63bfbf34bb4171bec75f72aaa2e174735d40dba | [log] [tgz] |
|---|---|---|
| author | Traian Captan <tcaptan@chromium.org> | Fri Feb 14 20:20:01 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 14 20:20:01 2025 |
| tree | 02384ae5b19b54508b1f8155ce055db433ea92de | |
| parent | 906c230b69b4048f8c1542dc53dd16b0db033aec [diff] |
Keyboard option selection should not fire mouseup When selecting an option using the keyboard, the select element should not dispatch a `mouseup` event. This matches Firefox and Safari behavior as well as developer expectations. `mouseup` event spec definition: "A user agent MUST dispatch this event when a pointing device button is released over an element." https://www.w3.org/TR/uievents/#event-type-mouseup R=jarhar Bug: 40698108 Change-Id: I2d742125792ec4cc2b66b44a4fbbafab750ef85f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6267619 Commit-Queue: Joey Arhar <jarhar@chromium.org> Auto-Submit: Traian Captan <tcaptan@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: Traian Captan <tcaptan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1420675}
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.