<?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 Problem upgrading from 2.2 to 2.3 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403899#M37162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've built a web application using the ESRI JavaScript API version 2.2 and as I now try to upgrade to 2.3 the map does not load, the fonts in the dojo buttons default to Times New Roman, and I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;_12 is undefined&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 10:43:40 GMT</pubDate>
    <dc:creator>AW1</dc:creator>
    <dc:date>2011-06-20T10:43:40Z</dc:date>
    <item>
      <title>Problem upgrading from 2.2 to 2.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403899#M37162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've built a web application using the ESRI JavaScript API version 2.2 and as I now try to upgrade to 2.3 the map does not load, the fonts in the dojo buttons default to Times New Roman, and I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;_12 is undefined&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 10:43:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403899#M37162</guid>
      <dc:creator>AW1</dc:creator>
      <dc:date>2011-06-20T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem upgrading from 2.2 to 2.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403900#M37163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue with the fonts can be resolved by adding the following stylesheet to your application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;link href="http://serverapi.arcgisonline.com/jsapi/arcgis/2.3/js/dojo/dijit/themes/claro/document.css" rel="stylesheet" type="text/css"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for why the map isn't loading its hard to diagnose the issue without seeing your application or the code. Is the broken site publicly available? If so can you post a link?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 14:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403900#M37163</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-06-20T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem upgrading from 2.2 to 2.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403901#M37164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The text works fine as long as I use claro 2.2, but when I switch everything to 2.3 it fails to load the proper font.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, that is a bit insignificant next to the fact that the map wont load &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll find the site and the javascript below. Apologies in advance for the messy code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kartweb.staffanstorp.se/23test/panwe_dynamisk_beta.htm"&gt;Website&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kartweb.staffanstorp.se/23test/panwe_dynamisk_beta.js"&gt;Javascript&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: And this is how it's supposed to look: &lt;/SPAN&gt;&lt;A href="http://kartweb.staffanstorp.se/panwe_dynamisk_beta.htm"&gt;http://kartweb.staffanstorp.se/panwe_dynamisk_beta.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 06:05:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403901#M37164</guid>
      <dc:creator>AW1</dc:creator>
      <dc:date>2011-06-21T06:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem upgrading from 2.2 to 2.3</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403902#M37165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the map to load now; I apparently had the same problems as the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/31011-Error-migrating-from-2.2-to-2.3-of-the-JS-API"&gt;other fellow&lt;/A&gt;&lt;SPAN&gt; who was trying to migrate to 2.3. I thought he had some other problem because we got different error messages, but his solution (removal of borderContainers) solved the map loading problem for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm still having issues with the claro stylesheet. I've updated the documents in my previous post, but in order for it to display the default claro font I have to manually specify it in the head tag. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This (or something else) seems to mess with my dynamic content tooltip dialog (found under the "Mer innehåll" button at the top). In 2.2 this button displayed correctly, but now that I've migrated to 2.3 I get an initial line break in the list of layers&amp;nbsp; to show/hide, which is then corrected if I open and then close the tooltip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 12:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-upgrading-from-2-2-to-2-3/m-p/403902#M37165</guid>
      <dc:creator>AW1</dc:creator>
      <dc:date>2011-06-21T12:32:00Z</dc:date>
    </item>
  </channel>
</rss>

