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

Notification settings link opens up a blank screen in a new window on 0.23.0 #5948

Closed
arudnev opened this issue Jun 7, 2017 · 4 comments
Closed

Comments

@arudnev
Copy link

arudnev commented Jun 7, 2017

Similar to #4582, but now with new macOS notification center integrated implementation the notifications show the settings button that leads nowhere.

To reproduce, execute the following in dev console.

new Notification('title', {body: 'body'})

and then hover over native notifications, click on Settings button there.

@Christywl
Copy link
Contributor

I can reproduce this issue on Mac with nwjs-sdk-v0.23.0. Click setting button and open a blank window.
(There is no Settings button on Windows and Linux)

@arudnev
Copy link
Author

arudnev commented Jun 21, 2017

Guys, is there a way to disable native notifications until this issue is fixed? I can get to the old behavior by executing the following and then manually disabling native notifications, but can not figure out a way to do it programmatically / via configuration settings.

require('nw.gui').Window.open('chrome://flags/#enable-native-notifications')

@rogerwang
Copy link
Member

Will fix this soon with upcoming 0.23.4

@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

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

3 participants