GNOME Bugzilla – Bug 760048
Clicking Firefox' notifications does not raise its window
Last modified: 2017-03-07 15:08:39 UTC
Clicking the notification as created by the "Notify me!" button on https://developer.mozilla.org/en-US/docs/Web/API/notification just causes another notification from the shell that the Firefox window "is ready", instead of immediately raising the window into the foreground. Bizarrely, when Quassel IRC is running, the Quassel window is raised instead. The "is ready" notification still happens. libnotify notifications from other applications seem to behave properly, as does clicking Firefox' own notifications when libnotify is disabled using the Disable System Alerts addon. Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1236153 Arch Linux x86_64 Firefox 43.0.1 (GTK3) GNOME Shell 3.18.3 libnotify 0.7.6
The Quassel issue was in fact unrelated ( https://github.com/quassel/quassel/pull/272/commits/38112a9e19283aa6768df9af14503ccbe09fe5b0). This weird interaction between unrelated apps made me think it could be a GNOME Shell issue instead of a Firefox one. So I guess this can be closed now.