<?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: Nav Toolbar Compatibility Problems in IE10 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234920#M21879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar issue - see &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/87962-IE10-and-zoom-box-fail?highlight=ie10+zoom"&gt;http://forums.arcgis.com/threads/87962-IE10-and-zoom-box-fail?highlight=ie10+zoom&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it has returned, and my previous "fix" seems to not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Oct 2013 12:57:07 GMT</pubDate>
    <dc:creator>AdrianMarsden</dc:creator>
    <dc:date>2013-10-17T12:57:07Z</dc:date>
    <item>
      <title>Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234919#M21878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try the &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/en/javascript/samples/toolbar_navigation/"&gt;nav toolbar sample&lt;/A&gt;&lt;SPAN&gt; from the API samples page in IE10.&amp;nbsp; The zoom in and zoom out work but do not display a marquee rectangle as you click and drag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Found this problem in my own code using the nav toolbar and tried the meta tag:&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;meta http-equiv="X-UA-Compatible"&amp;nbsp; content="IE=9" /&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This became even wierder - the rectangle would display correctly the first time i zoomed but after that the zoom cursor would stay at the original click location as the rectangle expanded while I dragged, and the map in the background was panning as I dragged.&amp;nbsp; The zoom would then work but it was ugly.&amp;nbsp; Same behavior with content="IE=8".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what other incompatibilities I will find but this is very disconcerting.&amp;nbsp; Anyone out there got a workaround or an alternative solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JH&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 23:51:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234919#M21878</guid>
      <dc:creator>JohnHaasbeek</dc:creator>
      <dc:date>2013-10-16T23:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234920#M21879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar issue - see &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/87962-IE10-and-zoom-box-fail?highlight=ie10+zoom"&gt;http://forums.arcgis.com/threads/87962-IE10-and-zoom-box-fail?highlight=ie10+zoom&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it has returned, and my previous "fix" seems to not work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 12:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234920#M21879</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-10-17T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234921#M21880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;PS - &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=9"/&amp;gt; works for me.&amp;nbsp; Also, without it the draw tools are borked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/88426-Shift-Draw-Rectangle-on-the-map-to-zoom-in-does-not-work-in-IE?highlight=ie10+zoom"&gt;http://forums.arcgis.com/threads/88426-Shift-Draw-Rectangle-on-the-map-to-zoom-in-does-not-work-in-IE?highlight=ie10+zoom&lt;/A&gt;&lt;SPAN&gt; which confirms this behaviour.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri - is this a listed bug?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 13:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234921#M21880</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-10-17T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234922#M21881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our development team is currently working on the issue. Most likely, it will be fixed in the upcoming release.&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, 21 Oct 2013 21:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234922#M21881</guid>
      <dc:creator>SubaKrishnan</dc:creator>
      <dc:date>2013-10-21T21:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234923#M21882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks - is it an official bug or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 08:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234923#M21882</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-10-28T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234924#M21883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same behavior in Chrome 30.0.1599.101 - any update on the timing for this fix?&amp;nbsp; At this point I am forced to remove the fixed zoom functions from my applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John H.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 15:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234924#M21883</guid>
      <dc:creator>JohnHaasbeek</dc:creator>
      <dc:date>2013-11-12T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234925#M21884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bearing in mind that in IE10+ C&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ie/hh801214(v=vs.85).aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;onditional Comments are no longer supported&lt;/A&gt;&lt;SPAN&gt; any ideas how I would detect if IE8 or IE10 and use a different metatag - basically, this is what I would use is conditional comments were supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;!--[if lte IE 8]&amp;gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'&amp;gt;&amp;lt;![endif]--&amp;gt;
&amp;lt;!--[if IE 10]&amp;gt;&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=9" /&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As our IE8 users use Google Chrome frame to improve performance, whereas our IE10 users need to run it as IE9.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 11:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234925#M21884</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2021-12-11T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234926#M21885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Same behavior in Chrome 30.0.1599.101 - any update on the timing for this fix?&amp;nbsp; At this point I am forced to remove the fixed zoom functions from my applications.&lt;BR /&gt;&lt;BR /&gt;John H.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This isn't happening on Chrome 31.0.1650.57. The marquee rectangle does appear on Zoom In and Zoom Out&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 12:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234926#M21885</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-11-29T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nav Toolbar Compatibility Problems in IE10</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234927#M21886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Our development team is currently working on the issue. Most likely, it will be fixed in the upcoming release.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still an issue with 3.8.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 14:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/nav-toolbar-compatibility-problems-in-ie10/m-p/234927#M21886</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2014-01-04T14:12:06Z</dc:date>
    </item>
  </channel>
</rss>

