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

mouse_action move can place windows outside valid display boundaries #570

Closed
koekeishiya opened this issue Jun 12, 2020 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@koekeishiya
Copy link
Owner

koekeishiya commented Jun 12, 2020

When using mouse_action move to reposition a window it can be moved outside of legal display boundaries. The y-coordinate of a window can never be less than the y-origin of the display it belongs to, and when we do this it snaps back. To make this appear nicer, we simply prevent the move from happening in the first place.

@koekeishiya koekeishiya added the bug Something isn't working label Jun 12, 2020
koekeishiya added a commit that referenced this issue Jun 12, 2020
@koekeishiya koekeishiya added the addressed not released Fixed upstream, but not yet released label Jun 12, 2020
@koekeishiya koekeishiya removed the addressed not released Fixed upstream, but not yet released label Jun 13, 2020
unrevre pushed a commit to unrevre/yabai that referenced this issue Jan 26, 2022
…inate of a window outside valid display boundaries
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

1 participant