[SOLVED]Javascript bugs found

version 6 with the latest updates installed. No menu is being shown.

The following js error:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Wed, 1 Aug 2012 10:41:12 UTC

Message: Automation server can’t create object
Line: 8
Char: 2631
Code: 0
URI: http://127.0.0.1:86/scriptcase/devel/lib/third/xmlmenu/xm-menu.js

Also on chrome and maxthon 3 (also webkit based) once a project is made it can not opened anymore.
It looks like you need to check your basic javascripts.

Re: Javascript bugs found

Hello,

In which browser did the error happened? Have you tried on another browser for instance IE 8, FF 12?

regards,
Bernhard Bernsmann

Re: Javascript bugs found

As you can see that was in IE8 (see the user-agent) latest version.

I think it is this piece: Gr=new ActiveXObject(“Microsoft.XMLDOM”)
which basically means that that com is not working or blocked… Investigating further… (I assume blocked)…

Re: Javascript bugs found

Hello,

I have just reported this issue to our bugs team for further testing. Does the error happen every time?

regards,
Bernhard Bernsmann

Hello,

This problem still persists?

We are moving to our applications to version 7, it didnt occur there. So I assume it is fixed… If not then I’ll message back.
The error occurs in the piece: …else{Gr=new ActiveXObject(“Microsoft.XMLDOM”);… odd since XMLDOM normally works…

Can javaScript create rich interactivity? Can JavaScript create a rich interactive site like animations that when rolled over play out, or an interactive object that can be drug around the screen like a type of video game of sorts? or is Javascript limited to just hover buttons and photo gallery’s thing like that?


meals ideas ~ meal ideas ~ vegetarian recipes

Yes javascript can do that. Absolutely. Partly it is depending on your browser tho. So not everything is supported by every browser, but there are complete javascript games that work on the html5 canvas with realtime animations accessing a remote server using nodejs for example. This for many dozens of players at the same time. So yes javascript can do that. Check out jqueryui for fun for more normal javascript controls…