You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Stacked
The text was updated successfully, but these errors were encountered:
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
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
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
Stacked
The text was updated successfully, but these errors were encountered: