| commit | 86dab541dab5dbb775e98f5e1345cfda62dffb84 | [log] [tgz] |
|---|---|---|
| author | Shibalik Mohapatra <shibalik@chromium.org> | Wed Jun 15 17:24:20 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 15 17:24:20 2022 |
| tree | 93f13c1899e0ca86334abf05727aea76feab5582 | |
| parent | 76968ad65bf6fe34e8a6ce38147ed86b5474a706 [diff] |
Disable the hover card while tab scrolling During tab scrolling, the hover card would stay enabled because the event received is a mousescroll event and not a mouse over/entered/exit event. This change handles disabling the hover card during mouse-scroll by adding the event to the hover-card's event sniffer. Bug: 1133341 Change-Id: I0ff73ffa66e3e4a429703372e8df9b2a63e5ade3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3698685 Reviewed-by: Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Shibalik Mohapatra <shibalik@chromium.org> Cr-Commit-Position: refs/heads/main@{#1014494}
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.