We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
version: 0.14.0 os: Windows
test code:
{ "main": "index.html", "name": "menu demo", "window": { "icon": "icon.png", "width": 799, "height": 799 } }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>menu demo</title> <script> var menu = new nw.Menu({ type: 'menubar' }) var subMenu = new nw.Menu() subMenu.append(new nw.MenuItem({ "label": 'item1', "click": () => { console.log('click') } })) menu.append(new nw.MenuItem({ "label": 'menu', "submenu": subMenu })) nw.Window.get().menu = menu </script> </head> <body></body> </html>
0.14.0 click menu has no response which work good with 0.13.*
The text was updated successfully, but these errors were encountered:
e440953
This is fixed in git and will be available in the next nightly build.
Sorry, something went wrong.
pls try again with this build: http://dl.nwjs.io/live-build/04-17-2016/1d8df9b-45ea533-6f7e880-10ab86b
it's ok now
thanks for lots of work
rogerwang
No branches or pull requests
version: 0.14.0
os: Windows
test code:
0.14.0 click menu has no response which work good with 0.13.*
The text was updated successfully, but these errors were encountered: