Page 1 of 1

[SOLVED] Some strange error in js JSIL.Core.js

Posted: Thu Mar 08, 2018 12:06 pm
by Nick
The error is from

JSIL.Browser.js
document.addEventListener(
"mousemove", function (evt) {
mapMouseCoords(evt); // raise error (source of error is in CSHTML5 core)
}, true
);

But can't find any details on console or in browser, just an IE edge restart.
In my case to reproduce the error, I star the app, I open the development mode, set on Console tab, put mouse in next click position, press CTRL+SHIFT+B, (activate debug mode on browser) and click the mouse. JS execution will stop in the indicate line.
Sorry, but can't put a sample because the app is very big, and I dosen't have investigate the error source to much time, because it work OK on Chrome (my version 64.0.3282.186)
Action app. I try to open an user control in a FRAME tag.

Re: Some strange error in js JSIL.Core.js

Posted: Thu Mar 08, 2018 12:07 pm
by Nick
forget this image

Re: Some strange error in js JSIL.Core.js

Posted: Thu Mar 08, 2018 5:48 pm
by Nick
(in another case)
Same action
error on

document.addEventListener(
"mousemove", function (evt) {
mapMouseCoords(evt); // here is the error
}, true
);

SCRIPT5009: SCRIPT5009: 'mapMouseCoords' is not defined

Re: Some strange error in js JSIL.Core.js

Posted: Sat Mar 17, 2018 10:30 pm
by Nick
corected in version 1.1 beta1

Re: Some strange error in js JSIL.Core.js

Posted: Thu Mar 22, 2018 7:40 am
by JS-Support @Userware
Nick wrote:corected in version 1.1 beta1


Thank you.