-
Notifications
You must be signed in to change notification settings - Fork 128
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
Incorrect window TopLeft coordinates (out of screen) after moving it at another space. #351
Comments
@AlaxJI Hey, thanks for reporting! I’m going to presume you get the coordinates for the window again after moving to the new space? Sounds like it’s a regression created by #350 for multi-monitor setups. Also reported in: #348 (comment) Unfortunately, I’m unsure how to fix it at the moment. @metakirby5 would you have any thoughts? |
Not really sure, I haven't experienced the issue with my multi-monitor setup 🤔 In Otherwise, it would help to have a minimal config to reproduce the issue. (To be honest, I don't fully understand how the API I used in #350 works, since it's totally undocumented. I mostly just observed how other tools were using it and verified it worked on my end.) |
@AlaxJI Thanks! I found that in my config, I had been updating the window via |
@metakirby5 Thanks!
It's work!!! |
Glad to hear! Thanks @metakirby5 for assisting on this one. ❤️ |
@dan-phantom Hey! Could you also confirm your code and post a snippet of the logic that was not working for you? |
I'm on holiday, will reply next week 🤗 On Jul 21, 2024, at 8:21 AM, Kasper Hirvikoski ***@***.***> wrote:
@dan-phantom Hey! Could you also confirm your code and post a snippet of the logic that was not working for you?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
More details, sorry for the delay @kasper I have 3 screens, MBP + 2 externals, each of them has 4 spaces on it This is the code
and
|
@metakirby5 @kasper I can also confirm the |
@dan-phantom Perfect, great to hear! Thanks! |
Incorrect (out of screen) window TopLeft coordinates after moving it at another space.
Moving window to space 11
The text was updated successfully, but these errors were encountered: