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

Presence detection does not appear on top of other windows on Windows #2034

Open
RebeccaMahany opened this issue Jan 8, 2025 · 1 comment
Assignees

Comments

@RebeccaMahany
Copy link
Contributor

The prompts pop up behind all other windows, which will be confusing for end users. We should investigate how to ensure the prompt is brought to the front.

To do presence detection on Windows, we use the window that we create in systray, so maybe the fix lives somewhere in there.

@RebeccaMahany RebeccaMahany self-assigned this Jan 29, 2025
@RebeccaMahany
Copy link
Contributor Author

Calling SetForegroundWindow was not immediately useful. Next options to try for troubleshooting:

  • Create a new child window from the parent systray window and use that window for presence detection
  • Try moving the new child window
  • Try sending the new child window to the foreground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant