I am running the Custom Code Validation Tool for Microsoft Dynamics CRM 2013 and getting the following being flagged up as potential issues.
- The occurrence of :: was located 1 time(s) in this web resource.
- The occurrence of .text was located 10 time(s) in this web resource.
- The occurrence of ActiveXObject( was located 2 time(s) in this web resource.
- The occurrence of .attachEvent( was located 4 time(s) in this web resource.
- The occurrence of .childNodes.length was located 4 time(s) in this web resource.
- The occurrence of .firstChild was located 29 time(s) in this web resource.
- The occurrence of .lastChild was located 3 time(s) in this web resource.
- The occurrence of .nextSibling was located 8 time(s) in this web resource.
- The occurrence of .previousSibling was located 2 time(s) in this web resource.
- The occurrence of .contains( was located 7 time(s) in this web resource.
- The occurrence of dblclick was located 1 time(s) in this web resource.
- The occurrence of .dir was located 6 time(s) in this web resource.
- The occurrence of .innerText was located 1 time(s) in this web resource.
- The occurrence of .outerHTML was located 2 time(s) in this web resource.
- The occurrence of .currentStyle was located 9 time(s) in this web resource.
- The occurrence of opacity= was located 3 time(s) in this web resource.
- The occurrence of .srcElement was located 1 time(s) in this web resource.
- The occurrence of .returnValue was located 2 time(s) in this web resource.
- The occurrence of .add( was located 9 time(s) in this web resource.
these are all coming from the one JavaScript file which is using jQuery JavaScript Library v1.6.1
Can anyone tell me: - apart from the ActiveXObject which i know is IE only if these are an issue in other mainstream browsers like Firefox / chrome. - Do I need to update the version of the java script library - Or do I need to replace these method calls with compatible ones?