commit | 7f081799fc7806ed7f2e8077e416277fbc4538bd | [log] [tgz] |
---|---|---|
author | Kevin Radtke <kradtke@chromium.org> | Thu Jul 04 01:54:15 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 04 01:54:15 2024 |
tree | 53ab4ef34dfada4bef13b502bc4ef92adb4f6899 | |
parent | aec59d9ad930d17992b1d8eca14d4af21e5d4010 [diff] |
mahi: Update panel widget bounds on work area bounds changes Update the widget bounds whenever the work area bounds change and the widget would go out of bounds. This happens whenever the virtual keyboard is opened and takes up a large portion of the screen. If the bottom of the widget goes out of bounds the widget will always be shifted up to prioritize showing the input text field. If the bottom does not go out of bounds and the top goes out of bounds, the widget will be shifted down so it can fit inside of the work area. https://screenshot.googleplex.com/6ZT8XXDcK6iaCre Bug: b:332767201 Change-Id: I66ad374c166ce0693cfa9c5ada998d4b5e45b9cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5671619 Commit-Queue: Kevin Radtke <kradtke@chromium.org> Reviewed-by: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/main@{#1323136}
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.