-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Toast queue can't be cleared and has unexpected notification behaviour. #57488
Comments
Maybe it's just the red dot while muted that's unexpected behaviour - reopening old notifications seems to be expected behaviour: |
If I remember correctly, pressing the bell icon pops up the last errors that are still valid. After a while, the red dot disappears and you can no longer see those errors.
This is by design, even if the error does not appears it makes sense it tells you an error can be read if you unmute them. All of those are by design, the "clear button" hides the notification, it does not clear them. Hiding notifications doesn't prevent the fact they are still triggered, it a less noticable manner (thus the red dot). |
A couple of things still strike me as odd about the behaviours:
A possible solution would be to have the red dot display whenever there are popups still in the queue (independent of whether the system is muted or unmuted), and add a button near the mute button that lets the user manually clear the queue: |
Toasts are broken too for me, sometimes they also keep blinking like crazy and not clearing. Not sure how that happens, but if I open a project that contains errors in some scripts I always end up with a blinking one: 2023-02-26.20-28-43.mp4Here is a worse occurrence I managed to capture (I had to leave Godot unfocused otherwise blinking was too fast for the capture): 2023-02-26.20-36-38.mp4 |
Godot version
v4.0.alpha1.official [31a7ddb]
System information
Windows 10
Issue description
Clicking the X on a toast only clears it temporarily.
Moreover, once toasts have been hidden (either by closing them or letting them disappear), the red dot informing users of an error is hidden. If instead the user mutes the toasts, the red dot is always present.
toast_behaviour.mp4
(not shown above, but clearing the output doesn't clear the toasts)
Steps to reproduce
Get some toasts and try to remove them from the list. Click the bell icon and see them reappear.
Mute the toasts by clicking the bell icon, see the red dot persist.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: