-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I've been making some tests to the new notification badge features, these are my findings:
1. Notification badge appearing in a workspace where it doesn't have a window instance
notification-badge-appearing-in-workspace-not-of.-notifiaction-window.mp4
As you can see there's a workspace where I don't have any firefox windows, and with the "show windows in all workspaces" feature disabled the grouped workspace switcher won't show that there are firefox instances there yet still notification badge is showing.
2. Notification badge is removed when I resume to a firefox window when it isn't the window where the notification came from
notification-removing-while-not-on-the-correct-window-instance.mp4
This removes a bit the efficacy of the notification if I accidentaly go to a different instance of the opened window.
3. When there are multiple open instances of the window, there's no reliable way to know which window the notification came from
This would be an additional UX suggestion, what I would suggest here is in the thumnail around where it shows the window title that it shows something refferring to notifications on the window like for example: <title> \n %n notification(s)
when-multiple-window-which-window-is-of-notification.mp4
For what I can see these issues all boil down to having a way to reliably attach the notification to the window instance that sent it.
Pinging @fredcw since he worked on this iirc.