<?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: Internet Explorer 9 support? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512715#M47799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would be cautious of using the pre-release version of 2.3 in a production environment. Instead, you may provide a hint to Internet Explorer so it chooses IE8 rendering mode by adding this meta tag:&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;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Of course, your designers might not be happy about the latter option &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Dave - just tried this and it worked, and yes the designers are not happy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wonder how long before this is resolved..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2011 20:00:43 GMT</pubDate>
    <dc:creator>MartenLiebster</dc:creator>
    <dc:date>2011-05-16T20:00:43Z</dc:date>
    <item>
      <title>Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512703#M47787</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;Does the ArcGIS API for javascript support Internet Explorer 9? I working with version 2.2 of the API, and I'm trying to load a map, center it on a particular extent, and show a shape overlay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having some trouble getting the map to display correctly in IE9. Attached is the test case I'm using, plus screenshots of the result in IE9 vs all other browsers. Can anyone shed some light on the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 21:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512703#M47787</guid>
      <dc:creator>DavidMills</dc:creator>
      <dc:date>2011-04-04T21:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512704#M47788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Underground&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like a z-index issue maybe.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 21:38:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512704#M47788</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-04T21:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512705#M47789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What z-index are you talking about? The test case doesn't touch the map's CSS at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 21:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512705#M47789</guid>
      <dc:creator>DavidMills</dc:creator>
      <dc:date>2011-04-04T21:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512706#M47790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Underground&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There have been issues in the past with how IE handles the z positioning of elements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not familiar with IE9 yet to say if that's what it is, but it looks like you have some sort of placeholder elements that are being displayed on top of the map.&amp;nbsp; That would be the first thing I'd look at, find out what those are and try to figure out why you're seeing them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 21:58:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512706#M47790</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-04T21:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512707#M47791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're looking at the results of a completely bare-bones test case. Look at the code that I attached to my original post. It has only a two elements in the body, a div for the map container, and the &amp;lt;script&amp;gt; that loads the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't pare it down to a more basic example than this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 22:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512707#M47791</guid>
      <dc:creator>DavidMills</dc:creator>
      <dc:date>2011-04-04T22:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512708#M47792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: swingley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would say IE9 isn't supported yet...it's not listed here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/webapis/2.0/system-requirements"&gt;http://resources.arcgis.com/content/webapis/2.0/system-requirements&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, v2.2 of the JS API is built on dojo 1.5 which does not list IE9 as a supported browser:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://dojotoolkit.org/reference-guide/releasenotes/1.5.html"&gt;http://dojotoolkit.org/reference-guide/releasenotes/1.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll probably have to wait until 2.3 comes out for IE9 support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 22:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512708#M47792</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-04T22:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512709#M47793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow, that's really disappointing, if true. IE9 has been a long time in coming, with plenty of opportunity to test betas, release candidates, and, now, the release version of the browser. Why wouldn't support be available already?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A lack of support for the current release version of Internet Explorer is a serious problem for us, since it's required by many of our large, institutional clients.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd love to hear the official word from an ESRI employee. Is IE9 officially not supported? If not, when is a release planned that will support it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 22:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512709#M47793</guid>
      <dc:creator>DavidMills</dc:creator>
      <dc:date>2011-04-04T22:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512710#M47794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Kelly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We released a blog post today discussing the status of IE9 support, click &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/04/04/test.aspx"&gt;here &lt;/A&gt;&lt;SPAN&gt;for details.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 22:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512710#M47794</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-04T22:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512711#M47795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information, Kelly. It's unfortunate that IE9 support isn't planned before May, but I'm glad it's on the horizon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 13:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512711#M47795</guid>
      <dc:creator>DavidMills</dc:creator>
      <dc:date>2011-04-05T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512712#M47796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mliebster&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the information, Kelly. It's unfortunate that IE9 support isn't planned before May, but I'm glad it's on the horizon.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dave&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you also having issues showing a symbol on the map in IE9? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also experiencing the same boxes in the upper left corner. What's strange (unless ESRI is using an internal version of the library) is that the samplese are working fine in IE 9 for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 17:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512712#M47796</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-11T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512713#M47797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Marten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My test case uses a SimpleLineSymbol and SimpleFillSymbol in conjuction with a Graphic; so yes, I'm having trouble getting symbols to display. The underlying issue appears to be with the rendering of GraphicsLayer, so I suspect you'll see a problem in IE9 with any code that utilizes a GraphicsLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The IE9 examples found in the blog post that Kelly mentioned do indeed draw upon a newer, as-yet-unreleased version of the API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;!--Early preview of version 2.3 - feel free to try this out for testing purposes only--&amp;gt;
&amp;lt;script type="text/javascript" src="http://orthogonal.esri.com/jsapi/arcgis/?v=2.3"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would be cautious of using the pre-release version of 2.3 in a production environment. Instead, you may provide a hint to Internet Explorer so it chooses IE8 rendering mode by adding this meta tag:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, your designers might not be happy about the latter option &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512713#M47797</guid>
      <dc:creator>DavidMills</dc:creator>
      <dc:date>2021-12-11T22:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512714#M47798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: KeitherJ&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server Manager SP1 will only display for me properly using "Compatibility Mode" in IE9.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keith Anderson&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOGIS GIS&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 14:17:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512714#M47798</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-27T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512715#M47799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would be cautious of using the pre-release version of 2.3 in a production environment. Instead, you may provide a hint to Internet Explorer so it chooses IE8 rendering mode by adding this meta tag:&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;meta http-equiv="X-UA-Compatible" content="IE=8" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Of course, your designers might not be happy about the latter option &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Dave - just tried this and it worked, and yes the designers are not happy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wonder how long before this is resolved..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 20:00:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512715#M47799</guid>
      <dc:creator>MartenLiebster</dc:creator>
      <dc:date>2011-05-16T20:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512716#M47800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: swingley&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version 2.3 was released yesterday making support for IE9 official:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/05/16/ArcGIS-API-for-JavaScript-Version-2.3-released_2E00_.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/05/16/ArcGIS-API-for-JavaScript-Version-2.3-released_2E00_.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 15:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512716#M47800</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-05-17T15:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Explorer 9 support?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512717#M47801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Version 2.3 was released yesterday making support for IE9 official:&amp;nbsp; &lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/05/16/ArcGIS-API-for-JavaScript-Version-2.3-released_2E00_.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2011/05/16/ArcGIS-API-for-JavaScript-Version-2.3-released_2E00_.aspx&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Great news!! Good timing for my bump &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 15:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/internet-explorer-9-support/m-p/512717#M47801</guid>
      <dc:creator>MartenLiebster</dc:creator>
      <dc:date>2011-05-17T15:46:00Z</dc:date>
    </item>
  </channel>
</rss>

