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

(macOS) Window.Activate does not focus and bring Window to front #2398

Closed
mat1jaczyyy opened this issue Mar 27, 2019 · 3 comments · Fixed by #7110
Closed

(macOS) Window.Activate does not focus and bring Window to front #2398

mat1jaczyyy opened this issue Mar 27, 2019 · 3 comments · Fixed by #7110
Assignees

Comments

@mat1jaczyyy
Copy link
Contributor

I want to bring an existing, opened Window to the front and focus it.

Window.Activate(); works on Windows as expected, but does nothing on macOS.

@ericoferreira
Copy link

Any update on this one?

@sergevm
Copy link

sergevm commented Sep 10, 2022

Upgraded from 0.10.10 to 0.10.18 this morning, and the created window stays behind the main window on macos

@nesteruk
Copy link

nesteruk commented Feb 6, 2025

I found that simply calling Activate() within the window does nothing but calling Dispatcher.UIThread.Post(Activate) works as intended.

LukeZurg22 added a commit to Simple-Station/SimpleStationLauncher that referenced this issue Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants