<?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: Bug: InfoWindow removes graphic in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631141#M58891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this a a documentation bug. Using add with FeatureLayer isn't supported. We'll get the documentation updated to state this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 19:00:58 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2015-04-09T19:00:58Z</dc:date>
    <item>
      <title>Bug: InfoWindow removes graphic</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631137#M58887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having an issue where clicking on a graphic in a feature layer more than once will remove the graphic. I have created a &lt;A href="http://plnkr.co/wTZYBs"&gt;plunk&lt;/A&gt; that demonstrates this issue. Note that the issue only occurs when using the arcgisUtils.createMap function, not when using the Map constructor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I can do to prevent the graphics from being removed, is this a bug that I need to wait for Esri to fix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 21:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631137#M58887</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2015-04-07T21:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: InfoWindow removes graphic</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631138#M58888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using the GraphicsLayer add method to add the graphic to the layer try using the feature layer applyEdits method. For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fLayer.applyEdits([graphic]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 20:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631138#M58888</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-04-08T20:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: InfoWindow removes graphic</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631139#M58889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;, that fixed the issue I was having.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the "bug" I was experiencing actually a bug, though? I didn't see anything in the documentation telling me &lt;STRONG&gt;not&lt;/STRONG&gt; to use the &lt;EM&gt;add&lt;/EM&gt; function, and &lt;EM&gt;add&lt;/EM&gt; works when creating the map via the Map constructor. I still don't understand why the graphic was disappearing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 23:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631139#M58889</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2015-04-08T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: InfoWindow removes graphic</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631140#M58890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/13452"&gt;Jeff Jacobson&lt;/A&gt;​ this one could be a documentation bug or a bug with the api.&amp;nbsp; Can you submit this as a support incident so we can track this issue and determine how to resolve the bug. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 23:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631140#M58890</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-04-08T23:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: InfoWindow removes graphic</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631141#M58891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this a a documentation bug. Using add with FeatureLayer isn't supported. We'll get the documentation updated to state this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-infowindow-removes-graphic/m-p/631141#M58891</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-04-09T19:00:58Z</dc:date>
    </item>
  </channel>
</rss>

