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
This is a bit of a strange one, but in the last few days I've noticed that some apps now animate when window.setFrame is called, and this animation often results in the window ending up in the wrong place. So far I've only noticed this on a couple of Chromium-based browsers as well as the default macOS Mail and Notes apps.
I have a setup where I can press Ctrl+Alt+Left and Ctrl+Alt+Right to move a window to the left and right side of the screen respectively, and Ctrl+Alt+Up to make a window fill the screen.
In the affected apps, if I move a window to the right side of the screen, and then press Ctrl+Alt+Up, it will animate to the left side instead of filling the screen. Yet the Phoenix logs confirm that setFrame was called with the correct frame for the whole screen. It seems that the animation is somehow interfering with the resulting location of the window.
Is this some sort of new OS behaviour that these apps have opted into? Or is it something that I need to change in my config?
This is a bit of a strange one, but in the last few days I've noticed that some apps now animate when
window.setFrameis called, and this animation often results in the window ending up in the wrong place. So far I've only noticed this on a couple of Chromium-based browsers as well as the default macOS Mail and Notes apps.I have a setup where I can press Ctrl+Alt+Left and Ctrl+Alt+Right to move a window to the left and right side of the screen respectively, and Ctrl+Alt+Up to make a window fill the screen.
In the affected apps, if I move a window to the right side of the screen, and then press Ctrl+Alt+Up, it will animate to the left side instead of filling the screen. Yet the Phoenix logs confirm that
setFramewas called with the correct frame for the whole screen. It seems that the animation is somehow interfering with the resulting location of the window.Is this some sort of new OS behaviour that these apps have opted into? Or is it something that I need to change in my config?
Versions
On my work laptop, I have macOS 15.3.1 with the same apps and same Phoenix config, but this issue does not occur, so possibly an OS thing?
Reproduction steps
I'm not sure if this will be easily reproducible to others, but here's my attempt for reproduction steps, and a video showing the problem.
You can also verify in the Phoenix logs at this point that
setFrameis called with the correct frame.Video
Screen.Recording.2026-03-05.at.11.30.25.PM.mov
Phoenix config