commit | 4300766683f13216351343c1c40ac9b9d599fa4e | [log] [tgz] |
---|---|---|
author | Tomasz Wiszkowski <ender@google.com> | Fri Sep 08 17:07:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 08 17:07:57 2023 |
tree | a121fc599c094f37b485ac60dc0e96de91eda231 | |
parent | 5e8b640893608ebf5bc13c14b61cd57eab9a010a [diff] |
Allow keyboard to be dismissed even if suggestions list doesn't scroll The suggestions list doesn't need to scroll for suggestions to show beneath the keyboard, even though it is most of then the case. In certain situations, additional suggestions may be available below the keyboard, but their number may not make the list scrollable. This change relaxes the current restriction, permitting users to dismiss the keyboard even if suggestions list doesn't show. Change-Id: I478a17da65e01124b35d2e4a29f74538b00bc138 Fixed: 1479437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4850684 Commit-Queue: Patrick Noland <pnoland@chromium.org> Auto-Submit: Tomasz Wiszkowski <ender@google.com> Reviewed-by: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1194189}
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.