rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.19k stars 748 forks source link

TODO Mode broken on Version 0.66 (72) #1082

Closed michaelrbock closed 1 year ago

michaelrbock commented 1 year ago

macOS version: 12.6.3 Rectangle version: Version 0.66 (72) Logs if applicable (In Rectangle menu, hold option, "View Logging..."):

TODO Mode seems to move the window the the left side instead of the right side and other windows don't respect the TODO window boundaries anymore.

rxhanson commented 1 year ago

Thanks for letting me know. You can set the todo side back to right in the settings tab of the prefs window, and I've already checked in a change to properly keep the default side as right.

other windows don't respect the TODO window boundaries anymore.

I'm not sure what you mean by this. Perhaps a quick screen recording would help?

michaelrbock commented 1 year ago

@rxhanson Thanks so much for the tip on the settings tabs for changing the todo mode side, that worked great!

other windows don't respect the TODO window boundaries anymore.

I'm not sure what you mean by this. Perhaps a quick screen recording would help?

Sorry for the less-than-stellar bug report. What I mean is that now when I do left-half, right-half, for example, the right-half doesn't "stop" at the edge of the todo window, instead it covers the todo window. Here's a recording:

https://www.dropbox.com/s/nypjfwtzckwea93/Screen%20Recording%202023-02-24%20at%203.04.47%20PM.mov?dl=0

decodism commented 1 year ago

This is an unintended consequence of a change I made: Ignore sidebar area for actions on the sidebar window. In fact, Todo Mode works per app, not per window. So all the windows of the app ignore the sidebar area. I think the sidebar window should be discriminated from other windows of the app. I'll look into it when I have time.