<?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: Arcgis Esri js sdk pop-up problem in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1619202#M87209</link>
    <description>&lt;P&gt;Well, found the issue, by trying your suggestion, so&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just needed to update index.html css&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;   &amp;lt;link
      rel="stylesheet"
      href="https://js.arcgis.com/4.32/esri/themes/light/main.css"
    /&amp;gt;
    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Well it was a conflict of css what was needed to be updated&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 09:22:29 GMT</pubDate>
    <dc:creator>shinte</dc:creator>
    <dc:date>2025-05-29T09:22:29Z</dc:date>
    <item>
      <title>Arcgis Esri js sdk pop-up problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1618505#M87198</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently, I updated the frontend packages from version 4.28 to 4.32, and I am experiencing an issue with pop-ups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To summarize, the pop-ups are not displaying correctly, and the actions are not being rendered. In the HTML source, the pop-up actions are there, and the view.popup.actions.items are present, but when displayed to the screen, website, nothing appears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How it should be: (old version 4.28) — outlined in red, showing the buttons.&lt;/P&gt;&lt;P&gt;&lt;A href="https://ibb.co/Kcct9Dp0" target="_blank" rel="noopener"&gt;https://ibb.co/Kcct9Dp0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How is it now 4.32(no action buttons are displayed)&lt;/P&gt;&lt;P&gt;&lt;A href="https://ibb.co/TBm7Qv5z" target="_blank" rel="noopener"&gt;https://ibb.co/TBm7Qv5z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The pop-up is called with view.popup (view: SceneView) using:&lt;/P&gt;&lt;P&gt;new Popup({&lt;BR /&gt;&amp;nbsp; ...,&lt;BR /&gt;&amp;nbsp; actions: [action1, action2]&lt;BR /&gt;}); where actions are ActionButtons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also tried using PopupTemplate with a new FeatureLayer, but the same behavior occurs.&lt;/P&gt;&lt;P&gt;The code is the same, and I’ve tried different approaches to resolve the issue, but to no avail. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 13:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1618505#M87198</guid>
      <dc:creator>shinte</dc:creator>
      <dc:date>2025-05-27T13:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis Esri js sdk pop-up problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1619171#M87208</link>
      <description>&lt;P&gt;It should work with a popupTemplate with actions.&lt;BR /&gt;&lt;BR /&gt;If you copy and paste from this example does it work?&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/popup-actions/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/popup-actions/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 02:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1619171#M87208</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2025-05-29T02:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis Esri js sdk pop-up problem</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1619202#M87209</link>
      <description>&lt;P&gt;Well, found the issue, by trying your suggestion, so&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just needed to update index.html css&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;   &amp;lt;link
      rel="stylesheet"
      href="https://js.arcgis.com/4.32/esri/themes/light/main.css"
    /&amp;gt;
    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Well it was a conflict of css what was needed to be updated&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 09:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-esri-js-sdk-pop-up-problem/m-p/1619202#M87209</guid>
      <dc:creator>shinte</dc:creator>
      <dc:date>2025-05-29T09:22:29Z</dc:date>
    </item>
  </channel>
</rss>

