| commit | a08c78bcc5aee86d74174ee1e1925d4fe003f67a | [log] [tgz] |
|---|---|---|
| author | Joey Arhar <jarhar@chromium.org> | Sat Jun 01 01:44:59 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 01 01:44:59 2024 |
| tree | a10e13d469dc08a4fd9627021d1ab95098a209e4 | |
| parent | ec178d46e71ea8cf32376141d4b08dc89ee5a0fc [diff] |
Make showPicker() consume user activation Allowing the page to call showPicker() on select elements as much as it wants without consuming user activation may result in the user being unable to interact with the browser UI due to popups always taking focus. The HTML spec also says to do this for input elements, so I added code to do it there as well. This patch also modified the select showPicker test because calling showPicker on a select twice in a row in the test somehow resulted in blink not seeing any input events on the second test_driver.bless(), perhaps because the select's popup is still open and is somehow intercepting the input. HTML spec: https://github.com/whatwg/html/pull/10344 Bug: 1521345 Fixed: 343302069, 343093082, 343473478 Change-Id: If6308a67bac9050f695d18d275ea86c23ac22b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5235516 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Di Zhang <dizhangg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1309009}
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.