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

Window stacks miss mouse inputs near the bottom of the frame #1251

Open
zeptofine opened this issue Nov 15, 2024 · 3 comments
Open

Window stacks miss mouse inputs near the bottom of the frame #1251

zeptofine opened this issue Nov 15, 2024 · 3 comments

Comments

@zeptofine
Copy link

In some apps, there is an unusable area at the bottom of the window when it is stacked. In this area, the window does not consider mouse input. This makes certain apps difficult to use because their buttons are smaller/almost as small as the margin of missing area, such as some QT popups, and VSCode (and derivatives).
It doesn't seem to matter if there are any other windows in the stack, the window just needs to be stacked. It does not matter if it is focused or not.

The purple line is my configured window outline, The red line indicates the approximate path my mouse takes, and the green line indicates where I feel the cutoff area is.

Not stacked

screenshot-2024-11-15-22-10-57-annotated

Stacked

screenshot-2024-11-15-22-06-32-annotated

@zeptofine zeptofine changed the title Stacked windows miss mouse inputs at the bottom of the screen Window stacks miss mouse inputs near the bottom of the frame Nov 15, 2024
@git-f0x
Copy link

git-f0x commented Nov 15, 2024

Can reproduce. It seems to be a similar issue as pop-os/cosmic-comp#951.

@zeptofine
Copy link
Author

Extra things I've noticed an hour later:
The height of the area seems roughly equivalent to the height of the stack bar at the top, so perhaps whatever is calculating the "bounding box" of inputtable space is resizing too much / too little based on the bar's size

I can focus on another window and click into this space on a stacked window, and the focus changes but the click / movement doesn't register

@git-f0x
Copy link

git-f0x commented Nov 15, 2024

Yeah, it's the exact same behavior as the mentioned issue (the area was the height of SSDs there).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants