Skip to content
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

Clicking on the Chanslate notification should take us on Chanslate. Possible? #25

Open
AmitaChauhan opened this issue Jul 6, 2014 · 2 comments
Assignees

Comments

@AmitaChauhan
Copy link
Contributor

No description provided.

@musically-ut
Copy link
Owner

Thanks for the report.

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).

@musically-ut
Copy link
Owner

This issue still needs work for Chrome. We should not rely on default browser behavior to dictate what happens here.

@musically-ut musically-ut reopened this Jul 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants