Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving windows between spaces on second screen behaves unexpectedly #856

Closed
zmheiko opened this issue Aug 29, 2019 · 0 comments
Closed

Moving windows between spaces on second screen behaves unexpectedly #856

zmheiko opened this issue Aug 29, 2019 · 0 comments

Comments

@zmheiko
Copy link

zmheiko commented Aug 29, 2019

System

  • Amethyst version: 0.14.1b
  • macOS version: 10.14.5

What's the problem?

With a two screen setup trying to move a window on the second screen from space a to space b results in the window moving to space b + (number of spaces on the first screen).
Basically the spaces on the second screen are indexed starting from 1 again. Moving between spaces still works as usual, i.e. it uses a joint set of indices to refer to spaces on both screens.
(I know this sounds confusing please see my examples below)

This issue popped up for me when I updated to a version of amethyst that uses the new private APIs for moving windows between spaces.

How can it be reproduced?

My setup:
Number of screens: 2
Spaces on first screen: {1,2,3}
Spaces on second screen: {4,5,6,7,8,9,10}

Examples:
Trying to move a window from any space on the second screen to space 1 results in window moving to space 4 = 1+3.
Trying to move a window from any space on the second screen to space 2 results in window moving to space 5 = 2+3
...
Trying to move a window from any space on the second screen to space 7 results in window moving to space 10 = 7+3.
Trying to move a window from any space on the second screen to space 8, 9, 10 results in window not moving.

What applications are involved?

All applications and windows.

Has anything fixed it, even temporarily?

Sadly, no.

@zmheiko zmheiko changed the title Moving windows between spaces on second screen behaves unexpected Moving windows between spaces on second screen behaves unexpectedly Dec 23, 2020
@zmheiko zmheiko closed this as completed Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants