You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, different browsers show different behavior on clicking the notification message.
Firefox 29+ automatically shift focus to the window/tab which showed the notification on clicking on it.
However, Chrome 34.0.1847.137 does not do that.
The Spec says that the click handler should be fired when the Notification is activitated. I will investigate this issue more and see if window.focus() can be called from within the click handler for all browsers. (This is the suggestion made by the spec).
No description provided.
The text was updated successfully, but these errors were encountered: