<?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: area measurement tool stops after 3 clicks in Internet Explorer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552826#M51563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much to Himanshu M. at ESRI for figuring out the answer to this issue.&amp;nbsp; I had set my content compatibility mode to IE=8 because many of our clients are still on XP.&amp;nbsp; Himanshu pointed out that the &lt;A href="http://solutions.arcgis.com/local-government/help/tax-parcel-viewer/"&gt;Tax Parcel Viewer is only compatible with IE 9 or greater&lt;/A&gt;.&amp;nbsp; Once I changed this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=8'&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=EDGE'&amp;gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the measure tool worked fine in all IE browsers &amp;gt; 8.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course any clients using IE 8 are hosed but I can live with that.&amp;nbsp; I'll set up a warning alert (and for goodness sakes, stop using XP!!!).&amp;nbsp; I hope this posting will save somebody else the time and agony I went through lo these past few days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 16:02:17 GMT</pubDate>
    <dc:creator>PLadd</dc:creator>
    <dc:date>2016-02-29T16:02:17Z</dc:date>
    <item>
      <title>area measurement tool stops after 3 clicks in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552823#M51560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a heavily modified version of the Tax Parcel Viewer with arcgis js 3.15.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been able to integrate the measurement widget into this web site.&amp;nbsp; When I use the area tool in Chrome, Firefox and Safari, it works as expected.&amp;nbsp; When I use the area tool in Internet Explorer (8 or 10) it stops measuring area after the third click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I borrowed code from the online measurement example, plugged in my own layers and geometry service, fired it up in IE 8 and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I inserted this code and it works in all browsers except IE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;measurement.on("measure-end", function (evt) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('Really ended?');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setTool(evt.activeTool, false);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also inserted this code and same results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dojo.connect(measurement, "onMeasureEnd", function (activeTool, geometry) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('old method');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.setTool(activeTool, false);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this will provide guidance for any of you to help me troubleshoot why the area measure tool stops working in IE after the third click. &lt;A _jive_internal="true" href="https://community.esri.com/thread/105359#427547"&gt; Looks like it was a bug prior to 3.11&lt;/A&gt; but, as I said, I'm using 3.15.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 18:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552823#M51560</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2016-02-26T18:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: area measurement tool stops after 3 clicks in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552824#M51561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, if I use the measure distance tool in Internet Explorer, it works fine.&amp;nbsp; So there's something screwy about just the measure area tool in Internet Explorer that I'm not getting.&amp;nbsp; By the way, my Geometry Service is 10.2.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552824#M51561</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2016-02-26T20:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: area measurement tool stops after 3 clicks in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552825#M51562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add insult to injury here, if I change the unit type, either with the area or distance tool, the entire page refreshes.&amp;nbsp; Maybe THAT will help give you a clue as to what's going on . . . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 21:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552825#M51562</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2016-02-26T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: area measurement tool stops after 3 clicks in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552826#M51563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much to Himanshu M. at ESRI for figuring out the answer to this issue.&amp;nbsp; I had set my content compatibility mode to IE=8 because many of our clients are still on XP.&amp;nbsp; Himanshu pointed out that the &lt;A href="http://solutions.arcgis.com/local-government/help/tax-parcel-viewer/"&gt;Tax Parcel Viewer is only compatible with IE 9 or greater&lt;/A&gt;.&amp;nbsp; Once I changed this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=8'&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=EDGE'&amp;gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the measure tool worked fine in all IE browsers &amp;gt; 8.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course any clients using IE 8 are hosed but I can live with that.&amp;nbsp; I'll set up a warning alert (and for goodness sakes, stop using XP!!!).&amp;nbsp; I hope this posting will save somebody else the time and agony I went through lo these past few days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 16:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552826#M51563</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2016-02-29T16:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: area measurement tool stops after 3 clicks in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552827#M51564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And yet further clarification on this nasty issue . . . .&lt;/P&gt;&lt;P&gt;After hanging up the phone with ESRI, I made some more changes including:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=9' /&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I assumed was working OK - until I cleared the cache in IE, but only after a couple of hours of work and couldn't tell where I had erred (thinking IE=9 was OK).&amp;nbsp; So follow these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use this: &lt;STRONG&gt;&amp;lt;meta http-equiv='X-UA-Compatible' content='IE=EDGE' /&amp;gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Clear the cache in Internet Explorer&lt;/LI&gt;&lt;LI&gt;Close Internet Explorer&lt;/LI&gt;&lt;LI&gt;Open Internet Explorer and go to your site&lt;/LI&gt;&lt;LI&gt;Try the measure area tool.&amp;nbsp; Notice that after the first click, as you move the mouse you do NOT get the line extending from the first click to your mouse movements.&amp;nbsp; It feels like the tool isn't working.&amp;nbsp; But if you do a second mouse click, a line will connect the first two points.&amp;nbsp; Not sure what you would call this: rubber-banding effect?&amp;nbsp; Too bad in IE=9 you get this effect but not when it's set to EDGE.&amp;nbsp; But in the end it's better to get the true measurement of the area.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed that the area tool is sometimes slow to get activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 14:47:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/area-measurement-tool-stops-after-3-clicks-in/m-p/552827#M51564</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2016-03-01T14:47:16Z</dc:date>
    </item>
  </channel>
</rss>

