Mouse centers to wrong window when multiple windows of the same application are on separate workspaces across multiple monitors #1705
Unanswered
Buttars
asked this question in
potential-bugs
Replies: 1 comment
-
|
having the same issue Steps to reproduce:
Expected result: However, if I go from B to 1, going to B from 1 works correctly Additional infoaerospace CLI client version: 0.20.0-Beta 1ec4234a25091225ca2442c2d37e45432dd1b347
AeroSpace.app server version: 0.20.0-Beta 1ec4234a25091225ca2442c2d37e45432dd1b347macOS Tahoe 26.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Steps to reproduce:
Expected result:
Nothing, the mouse should move to the new window without triggering the centering event.
If centering when switching workspaces is intended functionality the mouse should center on the correct window and not jump between the instances.
Ideally, the moving the mouse from one window to another should not trigger the centering functionality of the on-focused-monitor-changed event.
Actual result:
The mouse initially focuses on the correct window but then switches to the wrong window on monitor 1. If the mouse is moved during the time it’s incorrectly centered on that window, it will select it as the new focus.
Additional info
Beta Was this translation helpful? Give feedback.
All reactions