You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NWJS Version : v0.44.0-beta1
Operating System : Windows 7
Expected behavior
The NW.js window.loaded event should work the same as it's window.onload DOM equivalent.
Actual behavior
The NW.js window.loaded event is called even if you click on something like <a href="#">test</a>, but it shouldn't ( it's DOM equivalent is not called). This problem is only present in the nw2 mode, it works as expected with --disable-features=nw2.
NWJS Version : v0.44.0-beta1
Operating System : Windows 7
Expected behavior
The NW.js window.loaded event should work the same as it's window.onload DOM equivalent.
Actual behavior
The NW.js window.loaded event is called even if you click on something like
<a href="#">test</a>
, but it shouldn't ( it's DOM equivalent is not called). This problem is only present in the nw2 mode, it works as expected with--disable-features=nw2
.Code
package.json
test.html
main.js
How to reproduce
Unpack the attached zip to a directory and run nw.exe against it.
issue3.zip
Click on the test link
This click shouldn't produce any output in the console, but it does
The text was updated successfully, but these errors were encountered: