-
Notifications
You must be signed in to change notification settings - Fork 171
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
Notifications disappear behind other windows even when TopMost set to true #72
Comments
According to some of the information I found, the should handle the deactived event and when this is called (and DisplayOptions.TopMost is set to true) TopMost should be set to true again. |
This seems to be a very specific issue, as it's harder to reproduce in your project as I thought... working on it. |
Hi, Thank you for reporting this issue, I can look on this also. |
That is really nice, but it seems to be a weird border case which is caused by something in Greenshot, as just creating a new Window with TopMost = true doesn't help I will keep hunting this issue, as without a fix I cannot release Greenshot with your notifications 😄 If I can't find a reproducible way, without Greenshot, I will probably just compile your project to see if the way with the deactivated event is a solution for Greenshot. |
A short status update:
|
Hi, I tried to reproduce this behaviour with mahaps. I created a sample where after clicking a button (or via context menu) new window shows, but notifications are still above new window. Maybe it is related to some specific configuration of your settings window as you mention? |
I really have no idea, I can reproduce the problem but cannot find what is causing it. One time I thought I fixed it, but it seems the problem doesn't always occur. (like 1 out of 10 it is not happening). I'll probably find it, and when I do it's probably clear why it happened, but I didn't have a lot of time the last few days. |
Library version
ToastNotifications 2.3.4 and older
Expected behaviour
Notifications always stay on top
Actual behaviour
Notifications start to hide behind windows
Steps to reproduce behaviour
Show a notification, than show another Window with TopMost set to true -> notifications will no longer be TopMost (any window will go over them!)
Code to reproduce behaviour
Will supply this!
Questions
No
Hi,
I actually noticed this before, but as I couldn't reproduce it until today, I couldn't really tell what the issue was. I will probably make a PR for this, just wanted to report it as soon as possible so I don't forget.
Best wishes,
Robin
The text was updated successfully, but these errors were encountered: