<?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: Firefox keeps loading - esri sample in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468803#M43471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Apologies if I should not reply to this older thread, but I am also experiencing this in firefox 19.0.2 with the 3.3 api and thought it was worth mentioning since I ended up here and others may get here when having the same problem.&lt;BR /&gt;&lt;BR /&gt;In my code it seems to be related to calling map.addLayer with a ArcGISDynamicMapServiceLayer.&amp;nbsp; If I comment out the addLayer calls for all the ArcGISDynamicMapServiceLayers the page will complete loading with ctrl+f5 and on the initial load.&amp;nbsp; I'm also adding some graphics layers and their map.addLayer does not cause the problem.&amp;nbsp; Only the ArcGISDynamicMapServiceLayer layers are causing this to show up for me.&amp;nbsp; The actual content of the ArcGISDynamicMapServiceLayer loads and the map is fully functional.&amp;nbsp; Firefox just seems to think the page is still loading.&lt;BR /&gt;&lt;BR /&gt;Example of my code adding the dynamic layer:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
// add the counties layer
countiesLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://asdf/ArcGIS/rest/services/Counties/MapServer", {
&amp;nbsp;&amp;nbsp;&amp;nbsp; id: "countiesLayer"
});
map.addLayer(countiesLayer);
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm experiencing the exact same thing with my ArcGISDynamicMapServiceLayer. The only way I found to correct it, it's by the "hardcore-way" with window.stop(); but this is not always solving my problem because window.stop() affect some of my functionnality of my webmap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 20:47:19 GMT</pubDate>
    <dc:creator>YvanBérard</dc:creator>
    <dc:date>2021-12-11T20:47:19Z</dc:date>
    <item>
      <title>Firefox keeps loading - esri sample</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468800#M43468</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;the first time I load this sample in firefox (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/map_terraindemographic/index.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/samples/map_terraindemographic/index.html&lt;/A&gt;&lt;SPAN&gt;) the loading icon does not disappear. If I refresh the page the problem seems solved, but if you clear the cache ( ctrl + F5) the problem is still there. Do you have the same behavior? I think it is due to the operationalLayer... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Davide&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 11:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468800#M43468</guid>
      <dc:creator>DavideLimosani</dc:creator>
      <dc:date>2013-01-21T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox keeps loading - esri sample</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468801#M43469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like this is due to a bug with Firefox 17:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://bugzilla.mozilla.org/show_bug.cgi?id=826881" rel="nofollow" target="_blank"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=826881&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 15:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468801#M43469</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-01-22T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox keeps loading - esri sample</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468802#M43470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Apologies if I should not reply to this older thread, but I am also experiencing this in firefox 19.0.2 with the 3.3 api and thought it was worth mentioning since I ended up here and others may get here when having the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my code it seems to be related to calling map.addLayer with a ArcGISDynamicMapServiceLayer.&amp;nbsp; If I comment out the addLayer calls for all the ArcGISDynamicMapServiceLayers the page will complete loading with ctrl+f5 and on the initial load.&amp;nbsp; I'm also adding some graphics layers and their map.addLayer does not cause the problem.&amp;nbsp; Only the ArcGISDynamicMapServiceLayer layers are causing this to show up for me.&amp;nbsp; The actual content of the ArcGISDynamicMapServiceLayer loads and the map is fully functional.&amp;nbsp; Firefox just seems to think the page is still loading.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example of my code adding the dynamic layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
// add the counties layer
countiesLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://asdf/ArcGIS/rest/services/Counties/MapServer", {
&amp;nbsp;&amp;nbsp;&amp;nbsp; id: "countiesLayer"
});
map.addLayer(countiesLayer);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:47:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468802#M43470</guid>
      <dc:creator>AaronPerry</dc:creator>
      <dc:date>2021-12-11T20:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox keeps loading - esri sample</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468803#M43471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Apologies if I should not reply to this older thread, but I am also experiencing this in firefox 19.0.2 with the 3.3 api and thought it was worth mentioning since I ended up here and others may get here when having the same problem.&lt;BR /&gt;&lt;BR /&gt;In my code it seems to be related to calling map.addLayer with a ArcGISDynamicMapServiceLayer.&amp;nbsp; If I comment out the addLayer calls for all the ArcGISDynamicMapServiceLayers the page will complete loading with ctrl+f5 and on the initial load.&amp;nbsp; I'm also adding some graphics layers and their map.addLayer does not cause the problem.&amp;nbsp; Only the ArcGISDynamicMapServiceLayer layers are causing this to show up for me.&amp;nbsp; The actual content of the ArcGISDynamicMapServiceLayer loads and the map is fully functional.&amp;nbsp; Firefox just seems to think the page is still loading.&lt;BR /&gt;&lt;BR /&gt;Example of my code adding the dynamic layer:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
// add the counties layer
countiesLayer = new esri.layers.ArcGISDynamicMapServiceLayer("http://asdf/ArcGIS/rest/services/Counties/MapServer", {
&amp;nbsp;&amp;nbsp;&amp;nbsp; id: "countiesLayer"
});
map.addLayer(countiesLayer);
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm experiencing the exact same thing with my ArcGISDynamicMapServiceLayer. The only way I found to correct it, it's by the "hardcore-way" with window.stop(); but this is not always solving my problem because window.stop() affect some of my functionnality of my webmap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468803#M43471</guid>
      <dc:creator>YvanBérard</dc:creator>
      <dc:date>2021-12-11T20:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox keeps loading - esri sample</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468804#M43472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to confirm that I am also experiencing the spinning circle problem - with Firefox 17 and now Firefox 20.0.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 17:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/firefox-keeps-loading-esri-sample/m-p/468804#M43472</guid>
      <dc:creator>DarinaTchountcheva</dc:creator>
      <dc:date>2013-04-22T17:18:08Z</dc:date>
    </item>
  </channel>
</rss>

