asmvik/yabai

New floating window resize moving issue

Open

#2,107 创建于 2024年2月22日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (713 fork)batch import
bughelp wanted

仓库指标

Star
 (28,871 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南