<?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: Draw Toolbar right-click mid draw in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67865#M5949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This only occurs on IE9 and we stopped caring about IE9 now. Thanks, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jan 2016 20:52:48 GMT</pubDate>
    <dc:creator>TyroneBiggums</dc:creator>
    <dc:date>2016-01-19T20:52:48Z</dc:date>
    <item>
      <title>Draw Toolbar right-click mid draw</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67860#M5944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 3.14, if you select a polygon that doesn't require a double click to complete (triangle, rectangle, circle, etc), start drawing the shape, right-click before you let go of the left mouse button, and keep drawing, you get two shapes displaying on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's going on with this? Is there a fix for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repro steps:&lt;/P&gt;&lt;P&gt;1. Go here &lt;A href="http://developers.arcgis.com/javascript/samples/toolbar_draw/" title="http://developers.arcgis.com/javascript/samples/toolbar_draw/"&gt;Maps Toolbar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Select 'Triangle'&lt;/P&gt;&lt;P&gt;3. Mouse-over map&lt;/P&gt;&lt;P&gt;4. Left click to start drawing&lt;/P&gt;&lt;P&gt;5. Drag mouse to make a triangle&lt;/P&gt;&lt;P&gt;6. Right-click and drag (note: do not lift off of the left mouse button)&lt;/P&gt;&lt;P&gt;7. Drag mouse across map to continue drawing&lt;/P&gt;&lt;P&gt;8. Let go of both mouse buttons (in any order, or same time)&lt;/P&gt;&lt;P&gt;9. Note the red outlined triangle and the black outlined triangle&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;P&gt;- When you first right-click, you see a line&lt;/P&gt;&lt;P&gt;- If you don't drag across the map in step 7, you'll have 2 triangles on top of each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/43900"&gt;Tim Witt&lt;/A&gt;​, if you don't mind taking a look. This looks to be your wheelhouse after I saw the Advanced Draw Tool. Any thoughts on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 12:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67860#M5944</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-10-30T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Toolbar right-click mid draw</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67861#M5945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks by right clicking&amp;nbsp; it screws up the removal of the temporary graphic that shows your current shape and the once you click anywhere else it finalizes the drawing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to look at the code in the drawing toolbar to see what steps are taken to create a shape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://js.arcgis.com/3.14/esri/toolbars/draw.js" title="http://js.arcgis.com/3.14/esri/toolbars/draw.js"&gt;http://js.arcgis.com/3.14/esri/toolbars/draw.js&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 17:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67861#M5945</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-10-30T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Toolbar right-click mid draw</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67862#M5946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point. Good idea. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 18:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67862#M5946</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-10-30T18:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Toolbar right-click mid draw</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67863#M5947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're not wrong, but now that I'm revisiting this, I have no desire to look at Esri's code. Has anyone else discovered a fix? Can this be a bug that is fixed by Esri?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67863#M5947</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-11-19T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Toolbar right-click mid draw</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67864#M5948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Contact tech support and we can get this logged as a trackable issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 20:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67864#M5948</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2016-01-19T20:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Toolbar right-click mid draw</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67865#M5949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This only occurs on IE9 and we stopped caring about IE9 now. Thanks, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 20:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/draw-toolbar-right-click-mid-draw/m-p/67865#M5949</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2016-01-19T20:52:48Z</dc:date>
    </item>
  </channel>
</rss>

