-
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
'NW2' win.blur() does not fire correctly #7327
Comments
This is fixed in git and will be available in the next nightly build. |
@rogerwang |
This is fixed in git and will be available in the next nightly build. |
hmm.. well.. it still isn't working exactly right.. The "tilesetWindow.setAlwaysOnTop(false);" isn't being applied quickly enough or something. I attached a gif that shows the inconsistency.. |
Since the blur event is fixed, please file another issue if you think setAlwaysOnTop is not right. |
NWJS Version : 0.43.6
Operating System : windows 10
Expected behavior
console.log(0); should run when clicking outside the window onto another app.
Actual behavior
it doesn't.. instead, you have to minimize the window and then restore the window to get the code to fire.
How to reproduce
run the attached app.. click outside the main window onto another application, and then check the console.
Then minimize the window, and then restore it. After restoring, check the console to see the code fire. :( I need it to fire at the correct time.
nwjsTest2.zip
if I put "--disable-features=nw2" then it will work as it should.
The text was updated successfully, but these errors were encountered: