-
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
NW 0.32.2 - CRASH On accessing properties of elements created with createElement #6768
Comments
Could you please provide a full example to reproduce? |
Ok please try this.
|
Please tell me if with this example you can reproduce the crash when using binary. Thanks in Advance!! |
Please upload a full sample (not code snippet) so we can reproduce it. |
The problem persists in 0.32.3 , i reproduced it with a simpler example since the original project consists of many files. Thanks in Advance once again. package.nw.zip I also found that in prior version of nw.js is working and thats what im using now , but i would love to have the chromium 68 features :) Thank you for your amazing job!! |
Maybe it is the same issue that I encountered #6742 |
I can reproduce the crash with 0.32 and it seems fixed in 0.33.0-beta1. Please have a try. |
@rogerwang correct, the 0.33.0-beta1 worked fine. |
Thanks for verifying. Will update the beta with Node 10.9 soon. |
Still not fixed for me in the complex scenario i described before |
@Jivec please try to provide a sample. Thanks |
close until more information is available. |
ac64e008-4454-4660-b279-18e92c33d2f3.zip
Hello,
The problem is happening when im trying to run the exe with the binary files , im using webpack and combining some modules classes to a bundle , no problems if i run it normally. If i compile it to binary with both settings nw-module or not i get a crash, i managed to narrowed it down to a single line.
`
let imx = document.createElement('div');
When trying to access the id of the element it crashes if i remove that line everything works and the element is inserted correctly!
Thanks in advanced !!!!
The text was updated successfully, but these errors were encountered: