<?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: ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572533#M53481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sounds like you still have mapnavigation enabled.&amp;nbsp; Are you disabling it on mousedown?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 14:12:18 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2014-05-22T14:12:18Z</dc:date>
    <item>
      <title>ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572530#M53478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am facing a problem with mouse-drag event form ArcGIS API for JavaScript 3.9 in Internet Explorer 11 The code is below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;map.on("mouse-drag", zobraudalost);

function zobraudalost() {
&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("test");
}&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that, this event doesn´t fire at IE 11 (as well as mouse-drag-start, mouse-drag-end). But on the other browsers it works fine (IE9, Firefox, Chrome). The other problem is that other mouse events (click, mouse-move, etc) work fine on IE 11, so the problem is only with the mouse-drags.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have ever you seen such problem? Do you know if there is some security settings in IE 11 which disable mouse drag events?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 07:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572530#M53478</guid>
      <dc:creator>VHolubec</dc:creator>
      <dc:date>2014-05-15T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572531#M53479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately I don't have an answer for your question. In the meantime you can &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/windows/desktop/ff966528%28v=vs.85%29.aspx?ppud=4"&gt;use a Meta Tag to force IE 11 to use act as an older version of IE&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 16:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572531#M53479</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-05-15T16:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572532#M53480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Jeff, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank You very much for Your answer. Ok the problem is solved in half - the alert event fires, but the proble is that even if the message box is shown I can still move with map in background which I don´t want. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But thank You very much for this progress!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572532#M53480</guid>
      <dc:creator>VHolubec</dc:creator>
      <dc:date>2014-05-22T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572533#M53481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sounds like you still have mapnavigation enabled.&amp;nbsp; Are you disabling it on mousedown?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 14:12:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572533#M53481</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-05-22T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572534#M53482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sounds like you still have mapnavigation enabled.&amp;nbsp; Are you disabling it on mousedown?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 14:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572534#M53482</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-05-22T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScrip API 3.9 - mouse-drag events don´t work in Internet Explorer 11</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572535#M53483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;sounds like you still have mapnavigation enabled.&amp;nbsp; Are you disabling it on mousedown?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not have set any special properties for MapNavigation. But after Your message I have tried it by edit the map constructor with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;smartNavigation: false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; (see below the full code) but this doesn´t help at IE11. The full JS app is attached too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;map = new Map("map", {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extent : initExtent,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fitExtent : true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; slider : false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logo : false,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxZoom : 16,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; minZoom : 3,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zoom : 3,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; smartNavigation: false
&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:39:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascrip-api-3-9-mouse-drag-events-don/m-p/572535#M53483</guid>
      <dc:creator>VHolubec</dc:creator>
      <dc:date>2021-12-12T00:39:23Z</dc:date>
    </item>
  </channel>
</rss>

