<?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: Popup window when closed its content doesn't disappear in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758339#M70177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; function getPopupContent(){
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "&amp;lt;table&amp;gt;&amp;lt;tr style=\"visibility:" + changeVisibility(param) + ";\"&amp;gt;&amp;lt;td&amp;gt;informations... &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The popup content is set through the previous function, according to "param" the visibility is set to hidden or visible returning the correspondent string.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 08:09:20 GMT</pubDate>
    <dc:creator>demdeberanz</dc:creator>
    <dc:date>2021-12-12T08:09:20Z</dc:date>
    <item>
      <title>Popup window when closed its content doesn't disappear</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758337#M70175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I'm experiencing the following issue: I use a popup window to show feature-related information after a click on them. I customized this popup with html code that let me to hide and show some information through a button, basically I set dynamically the visible attribute of the cells of a table. After the popup is shown up, when I click on the popup's close button (the cross), it disappear but the table remains on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If for example I don't modify the visibility property of the cells the popup works correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i fix this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 05:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758337#M70175</guid>
      <dc:creator>demdeberanz</dc:creator>
      <dc:date>2012-08-31T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Popup window when closed its content doesn't disappear</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758338#M70176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using my magic crystal ball I can see...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...that you need to post some of your code so that people can help you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(suspect the answer lies within "I customized this popup with html code")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 07:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758338#M70176</guid>
      <dc:creator>__Rich_</dc:creator>
      <dc:date>2012-08-31T07:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Popup window when closed its content doesn't disappear</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758339#M70177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; function getPopupContent(){
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "&amp;lt;table&amp;gt;&amp;lt;tr style=\"visibility:" + changeVisibility(param) + ";\"&amp;gt;&amp;lt;td&amp;gt;informations... &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The popup content is set through the previous function, according to "param" the visibility is set to hidden or visible returning the correspondent string.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-window-when-closed-its-content-doesn-t/m-p/758339#M70177</guid>
      <dc:creator>demdeberanz</dc:creator>
      <dc:date>2021-12-12T08:09:20Z</dc:date>
    </item>
  </channel>
</rss>

