Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect positioning "Tab Hover Card Images" in Google Chrome browser #639

Open
alexdev16 opened this issue Aug 29, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@alexdev16
Copy link

System Information

  • Distro: Fedora Linux 40 (Workstation Edition)
  • GPU: Intel Corporation Alder Lake-P GT2 [Iris Xe Graphics]
  • CPU: 12th Gen Intel(R) Core(TM) i7-12700H

In Google Chrome browser when hovering over a tab, the tab card is not displayed under the tab:
https://github.com/user-attachments/assets/a833ca1a-c982-4dbc-b78c-1bf04118d789

@alexdev16 alexdev16 added the bug Something isn't working label Aug 29, 2024
@YaLTeR
Copy link
Owner

YaLTeR commented Aug 30, 2024

This honestly feels like a Chromium bug. It happens when your monitor is located at negative logical coordinates.

These pop-ups aren't Wayland pop-ups (you can tell because they're clipped by the window). So Chromium seems to do some weird calculation involving the logical output position (why? it cannot derive any useful info from that) and decide to position them weirdly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@YaLTeR @alexdev16 and others