<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Undefined &amp;quot;&amp;quot; error when zooming on Esri API for JS 3.9 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3452#M295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;awesome, the more development tools the better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;off to figure out how to conditionally put a hostname contains intranet into the dojoconfig so it is only true internally&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and to anxiously check the download page for 3.9 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 18:28:42 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2014-04-08T18:28:42Z</dc:date>
    <item>
      <title>Undefined &amp;amp;quot;&amp;amp;quot; error when zooming on Esri API for JS 3.9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3449#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wondering if anyone else is encountering this error when zooming in\out (either with mouse wheel or arrows) on the newly released API for JS 3.9?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32915[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Functionality does not seem to be impacted...I've tried both the 3.9/ and 3.9compact/ distros and they both throw errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: Occurs in latest Chrome &amp;amp; IE&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3449#M292</guid>
      <dc:creator>ScottGunn</dc:creator>
      <dc:date>2014-04-08T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined "" error when zooming on Esri API for JS 3.9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3450#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can ignore errors like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;undefined ""&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.js:204&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately we didn't notice this in time to fix it. There are no side effects, and it doesn't block any actual errors. The underlying reason this happened is that with version 3.9, we made dojoConfig.useDeferredInstrumentation true so that errors that happen during the lifecycle of a deferred are reported (since so much of the API is async, this makes a big difference in the errors the API reports and should make debugging while you're building something easier). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So why does this happen during map navigation, specifically rapid zoom events? Since map navigation methods return deferreds, doing more than one rapidly cancels all but the last deferred. So when you scroll your mouse wheel a lot, or click the + or ??? on the map multiple times, multiple deferreds are created and all but the last one is canceled. Because useDeferredInstrumentation is set to true, you see the error you mentioned. We will hopefully get this fixed for 3.10. Until then, please ignore these errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; If you want this to go away, put useDeferredInstrumentation: false in your dojoConfig, but you'll be losing the benefits of better error reporting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 15:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3450#M293</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2014-04-08T15:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined "" error when zooming on Esri API for JS 3.9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3451#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info, Derek!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 17:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3451#M294</guid>
      <dc:creator>ScottGunn</dc:creator>
      <dc:date>2014-04-08T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined "" error when zooming on Esri API for JS 3.9</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3452#M295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;awesome, the more development tools the better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;off to figure out how to conditionally put a hostname contains intranet into the dojoconfig so it is only true internally&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and to anxiously check the download page for 3.9 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 18:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/undefined-amp-amp-quot-amp-amp-quot-error-when/m-p/3452#M295</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-04-08T18:28:42Z</dc:date>
    </item>
  </channel>
</rss>

