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
tilesetWindow.eval(null, "tileSet.refresh( );" ); should successfully call the tileSet.refresh()
Actual behavior
An error:
Uncaught ReferenceError: tileSet is not defined
at :1:1
at NWWindow.eval (extensions::nw.Window:379:20)
at mainData.tab (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/mainWin.js:16:17)
at :1:6
at NWWindow.eval (extensions::nw.Window:379:20)
at configData.chooseTab (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/second.html:44:13)
at haveParent (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/second.html:26:11)
at NWWindow. (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/mainWin.js:40:18)
at NWWindow. (extensions::nw.Window:199:18)
NWJS Version : 0.43.4
Operating System : win10
Expected behavior
tilesetWindow.eval(null, "tileSet.refresh( );" ); should successfully call the tileSet.refresh()
Actual behavior
An error:
Uncaught ReferenceError: tileSet is not defined
at :1:1
at NWWindow.eval (extensions::nw.Window:379:20)
at mainData.tab (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/mainWin.js:16:17)
at :1:6
at NWWindow.eval (extensions::nw.Window:379:20)
at configData.chooseTab (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/second.html:44:13)
at haveParent (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/second.html:26:11)
at NWWindow. (chrome-extension://jdgkbifmkkkcgglljmlojibojoafmlhi/mainWin.js:40:18)
at NWWindow. (extensions::nw.Window:199:18)
How to reproduce
Run the attached code
nwjsTest.zip
IF I USE
"chromium-args": "--disable-features=nw2"
THEN IT WILL WORK.
The text was updated successfully, but these errors were encountered: