commit | 60134768f3d2bf6a78fc74eb1f04d990c69f8186 | [log] [tgz] |
---|---|---|
author | Sonny Sasaka <sonnysasaka@chromium.org> | Wed Feb 09 17:41:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 09 17:41:17 2022 |
tree | 815d3cd16bfd8f57fde80eef78ed077fa3029b3c | |
parent | f4910fac02fa81ed463fdf9d2e0c81e6af8bcdb2 [diff] |
feedback: Fix unnecessary scrollbar in rtl mode Unnecessary scrollbar was due to assuming that placing the off-screen textarea to the very left would hide it, but in rtl mode it was treated as reachable by horizontal scrollbar. This changes the off-screen placement to the very top instead of very left. Bug: 1295141 Change-Id: I18be52ccc8d3ea23dabe719b77839d6c24621b7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3448935 Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/main@{#968989}
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.