-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Alert and confirm js functions are not showing dialogs on 0.11.1 #2683
Comments
alert() shouldn't return anything, so that is the expected behaviour, and is what is seen in both Chrome and Firefox, and I would assume many others. |
alert and confirm show on the chrome and firefox a dialog, in the node-webkit currently there is not dialog. |
Works fine for me on Windows 7 64-bit using the 32-bit node-webkit 0.11.1 package. It would be useful if you included your OS. |
Ubuntu 14.10, 64bit |
same issues for me, I used nw v0.11.2, os is Ubuntu 14.10 64bit |
I thought it was a "feature". :P Atte. Allan Brazute Alves
2014-12-01 14:05 GMT-02:00 Colin Luo notifications@github.com:
|
have we gotten a fix on this yet? |
on linux in 0.11.2 it is still reproducible... |
in version 0.11.4 this issue is still reproducible on 64bit linux , please fix ... |
on version 0.11.5, issue is still reproducible on 64bit linux. I would also very much appreciate a fix to this! Thank you |
Alert/Confirm/Prompt not working for me on Ubuntu 14.04.1 + NW v0.11.3 |
This is fixed in the 'nw12' branch, will be released with v0.12. Now you can try it from the live build: http://dl.node-webkit.org/live-build/01-07-2015/e46d09d-02026f1-b477a2d-2e978ac-8c5a736-fd87c8d/ |
Fix #2683 Conflicts: nw.gypi src/nw_shell.cc src/shell_browser_main_parts.cc
alert() returns undefined and confirm() returns alway false in console
The text was updated successfully, but these errors were encountered: