MrKai77 / Loop

Window management made elegant.
GNU General Public License v3.0
6.73k stars 132 forks source link

🐞 Split View Overlaps Windows When Dock is on Right Side #491

Open dotpot opened 3 months ago

dotpot commented 3 months ago

Bug Description

When I have the dock positioned on the right side of the screen and use the split view feature for two windows, the windows overlap in the middle.

Here is how it looks visually.

loop split issue with dock on the right

Steps To Reproduce

  1. Position the dock on the right side of the screen.
  2. Activate split view for two windows.

Expected Behavior

The two windows should be evenly split, without overlapping.

Actual Behavior

The two windows overlap in the middle, causing a visual and functional issue.

Screenshots

No response

MacOS Version

Sonoma 14.5

Loop Version

Version 1.0.0 (1030)

Additional Context

No response

Final Checks

MrKai77 commented 2 months ago

Thanks for the bug report! Unfortunately, I can't seem to reproduce this on my side, as Loop should already be compensating for the dock on the right side. Can you try the latest prerelease, and if that doesn't work, send a quick video of this is action?

dotpot commented 2 months ago

I've tried prerelease and the problem persist. Attaching a video, see 00:13, It shows the correct border, but does not resize.

https://github.com/MrKai77/Loop/assets/524216/426dcd34-d033-4d7d-87ff-1890b0d9e4e0

MrKai77 commented 2 months ago

Thanks! While I can't reproduce it on my side, I will definitely look into potential sources of error!

MrKai77 commented 2 weeks ago

Unfortunately, I couldn't find anything. Can you reproduce this issue if dock hiding is turned off? (Just in case it's not the dock causing the issue)

dotpot commented 2 weeks ago

Unfortunately, I couldn't find anything. Can you reproduce this issue if dock hiding is turned off? (Just in case it's not the dock causing the issue)

dock auto-hide OFF - problem persists. dock auto-hide ON - works as expected(no issue).