<?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: Graphics + mouse-down + alert = boom in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409514#M37708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 21:07:39 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2014-06-05T21:07:39Z</dc:date>
    <item>
      <title>Graphics + mouse-down + alert = boom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409510#M37704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I'm having some difficulty using the mouse-down event for layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I have have an alert popup on a mouse-down event, the map pan gets stuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a jsbin&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://jsbin.com/pixima/1/" rel="nofollow" target="_blank"&gt;http://jsbin.com/pixima/1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried manually firing off click events or other mouse-up/down events, but I can't get the map unstuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone come across this and more importantly, know how to fix it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 15:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409510#M37704</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2014-06-05T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics + mouse-down + alert = boom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409511#M37705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Haven't seen that before. I'll do some research and post back here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409511#M37705</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2014-06-05T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics + mouse-down + alert = boom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409512#M37706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I came across something similar to this when examining this &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/esrifrance/InstaMap" rel="nofollow" target="_blank"&gt;GitHub&lt;/A&gt;&lt;SPAN&gt; demo. In the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/esrifrance/InstaMap/issues/1" rel="nofollow" target="_blank"&gt;discussion&lt;/A&gt;&lt;SPAN&gt;, the author discovered&amp;nbsp; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it was event bubbling that was causing the problem, fixed by using the Dojo event.stop(e) method.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409512#M37706</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-06-05T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics + mouse-down + alert = boom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409513#M37707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ha, thank you good sir. event.stopPropagation() did the trick!&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jsbin.com/pixima/3/"&gt;http://jsbin.com/pixima/3/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 17:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409513#M37707</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2014-06-05T17:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics + mouse-down + alert = boom</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409514#M37708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 21:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/graphics-mouse-down-alert-boom/m-p/409514#M37708</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2014-06-05T21:07:39Z</dc:date>
    </item>
  </channel>
</rss>

