Page 1 of 1

IE - BUG

PostPosted: 29 Aug 2013 18:48
by Futura
Hello, i'm having a issue in IE...

Error image atacched.

this problem only occurs on IE

Att. Futura

Re: IE - BUG

PostPosted: 29 Aug 2013 21:35
by Jorge Sousa
Hi

Yes, but that error isn't ours, its from IWExplorer Intraweb

We just put the dialog error in there.

If you want you can disable the dialog

calling

IWCGJQCommon.CGJsErrorHandler:= False in ServerController.OnCreate

And that dialog won't show anymore, but the js error will still be there.

If you want to track where that javascript debug comes from, you have to Debug in browser.

We can give you some tips if you want, or you can search in latest posts, we've been talking about this.

Best Regards

Re: IE - BUG

PostPosted: 30 Aug 2013 12:52
by Futura
thanks for the answer.

The strange is that I only updated CgDevTools, intraweb stayed in the same version.
but i don't have checked if the javascript on IE was working.

Re: IE - BUG

PostPosted: 30 Aug 2013 13:18
by Jorge Sousa
Hi

The strange is that I only updated CgDevTools, intraweb stayed in the same version.


Because we added that javascript error monitor in 1.6.0

It's only a monitor, if not enabled, the error will still happens, but silent, and the user will not be able to see it.

But we understand that, at least at development time, should be enabled, because these silent errors can lead to browser hangs coming from nowwhere, from the user prespective.

Best Regards