asmvik/yabai

New floating window resize moving issue

Open

#2.107 aberto em 22 de fev. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C (713 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (28.871 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

The previous request I made works, to lock the handle during resize.

However, if I have a floating window, and I resize, there are issues where the window moves if I resize the top left, top right, or bottom left.

The window resize works perfectly when resized from the bottom right.

  • The window will move down if resizing has been brought all the way to its window minimum on a floating window if resizing top right.
  • The window will move right if resizing has reached the min size when resizing the floating window from the bottom left.
  • The window will move down, right, or both down and right when the window has reached min size when resizing from top left.

These are problems. But, resizing from bottom right is perfect, the window doesn't move when it has reached its min size.

Guia do colaborador