// fix for https://bugs.dojotoolkit.org/ticket/17400 !document.firstChild.children && (document.firstChild.children = true);
We are using JSAPI v2.1 and both IE 10 and Chrome have issues.
<script src="http://serverapi.arcgisonline.com/jsapi/arcgis/2.8/"></script>
<script src="http://js.arcgis.com/2.8/"></script>
We're looking into the best way to fix this. Can everyone in this thread post the version of the JS API they're using?
var _noNES = (navigator.userAgent.indexOf('Chrome/29') >= 0) ? true : (typeof getDoc().firstChild.nextElementSibling == "undefined");
<script type="text/javascript"> if (navigator.userAgent.indexOf('Chrome/29') >= 0){ document.write('<script type="text/javascript" src="/path/to/query.js"><\/script>'); } </script>
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.