commit | c1fcdcef8854811a141ef571c312d8a57a68fab6 | [log] [tgz] |
---|---|---|
author | Taylor Bergquist <tbergquist@chromium.org> | Fri Jul 07 19:37:17 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 07 19:37:17 2023 |
tree | f6b83c0eda25d3ccd0249b4c680180b170d07ae3 | |
parent | 31c80dbabfa595811deceaa0d729449fcae0b8dd [diff] |
Fix RTL issues in saved tab group bar drag and drop. Fixed: - Calculates the wrong drop index (as if the groups are still LTR) - Paints the divider at the wrong place (as if the groups are still LTR) - Can't see dragged group header (unless it is half as wide as the whole bar) - Opens the overflow menu when the mouse is on the wrong side - Can't drag into overflow menu Low-Coverage-Reason: STG drag and drop tests are disabled pending crbug.com/1432770 Change-Id: If06e8fd9d9412d678cc1c721d5ea4eb113c7c9e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4670954 Reviewed-by: Darryl James <dljames@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/main@{#1167587}
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.