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

Event blocking in multi-page Nw.js / Electron applications #9448

Comments

@yyx990803
Copy link
Member

#9446 (comment)

Events in different pages in a multi-page shell app would have different timestamp starting points since they are relative to page load.

@yyx990803
Copy link
Member Author

@DimPaDev if you can provide a reproduction that would be great.

@DimPaDev
Copy link

DimPaDev commented Feb 6, 2019

@yyx990803 Sure, here it is : testbug.zip
Just extract the folder and run the example with nw.js.
Note that in the second window the click event sometimes is fired but not always!
If you need more info just let me know. Thank you for your hard work!

@DimPaDev
Copy link

DimPaDev commented Feb 6, 2019

I can confirm that this is fixed in the version 2.6.3!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment