<?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: Click over Circle problem in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237253#M22103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Are there an errors shown in your browsers web console when the popup does not appear? And are you using 4.x if so which version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 15:50:31 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-03-14T15:50:31Z</dc:date>
    <item>
      <title>Click over Circle problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237252#M22102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have a Map with two layers (one to show filters and one to show results).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there is a strange behavior, after I realize a search, and the results loads (like attachment 1), when I click over the blue Circles the popup is shown. But in some Circles is not working, nothing happens. But not always the same points, sometime it doesn't works in some points and sometime in others.&lt;/P&gt;&lt;P&gt;I removed the big circle filter and&amp;nbsp;nothing changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the points are&amp;nbsp;created and added in the same time and in the same way, like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;new Graphic({&lt;BR /&gt; geometry: new Point({&lt;BR /&gt; x: xCoord,&lt;BR /&gt; y: yCoord,&lt;BR /&gt; spatialReference: this._mapView.spatialReference&lt;BR /&gt; }),&lt;BR /&gt; symbol: new SimpleMarkerSymbol({&lt;BR /&gt; color: new Color(someColor,&lt;BR /&gt; style: "circle",&lt;BR /&gt; size: someSize&lt;BR /&gt; }),&lt;BR /&gt; popupTemplate: new PopupTemplate({&lt;BR /&gt; title: someTittle,&lt;BR /&gt; content:&amp;nbsp;someContent&lt;BR /&gt; }),&lt;BR /&gt; visible: true&lt;BR /&gt; });&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237252#M22102</guid>
      <dc:creator>IsmaelSilveira</dc:creator>
      <dc:date>2017-03-14T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Click over Circle problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237253#M22103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Are there an errors shown in your browsers web console when the popup does not appear? And are you using 4.x if so which version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237253#M22103</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-14T15:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Click over Circle problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237254#M22104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no errors in the &amp;nbsp;browser console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using 4.2 (also&amp;nbsp;I tried with 4.3 and the same happens)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237254#M22104</guid>
      <dc:creator>IsmaelSilveira</dc:creator>
      <dc:date>2017-03-14T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Click over Circle problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237255#M22105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Without any error in the console there is little I can do to debug it on my end. You will need to contact esri tech support if you are in the US or your local esri office it outside the US.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237255#M22105</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-14T16:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Click over Circle problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237256#M22106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Robert, thank you for your concern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 17:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/click-over-circle-problem/m-p/237256#M22106</guid>
      <dc:creator>IsmaelSilveira</dc:creator>
      <dc:date>2017-03-14T17:03:35Z</dc:date>
    </item>
  </channel>
</rss>

