commit | 19e476e70c8989cdcc8d67de80476dfdffe251cc | [log] [tgz] |
---|---|---|
author | Ryan Sultanem <rsult@google.com> | Wed Jul 31 14:34:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 31 14:34:27 2024 |
tree | f02841b7c069ea02f4ff9f93486c627a11daca53 | |
parent | 06ecb8be7b6e4784c2d955530c1e0be2981db114 [diff] |
[ProfilesReordering] Fix ripple effect translating the dragging element The ripple effect made a UI issue when interacting with the drag and drop functionality. The ripple effectivley made the ProfileCard bigger the longer mouse is pressed - making the ripple even bigger. Solution: Once the drag is started, directly disable the active ripple. Screencast after: https://screencast.googleplex.com/cast/NTc2MjkyNTE1NDI3MTIzMnw3Njg3ZmUzNS1iOA Screencast before: https://screencast.googleplex.com/cast/NDg2NzI3MTQ5ODM5OTc0NHw1YmM1NjhmYS0zNQ Bug: 40276262 Change-Id: Ied9c61dd0f9a4d992edbb1bb1c295a4c56dc0ba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5748494 Reviewed-by: Monica Basta <msalama@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Ryan Sultanem <rsult@google.com> Cr-Commit-Position: refs/heads/main@{#1335437}
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.