<?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: Missing a vertical scroll in a new Popup (4.28) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341053#M82542</link>
    <description>&lt;P&gt;Thanks for sharing, however this is not applicable for ArcGIS apps using the Popup widget, like Map Viewer, Dashboards, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 18:06:06 GMT</pubDate>
    <dc:creator>MatejVrtich</dc:creator>
    <dc:date>2023-10-24T18:06:06Z</dc:date>
    <item>
      <title>Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1340828#M82537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;regarding the Popup Design updates in version 4.28, if the content of the popup is higher than the map, there is no vertical scrolling in the popup.&lt;/P&gt;&lt;P&gt;Here is the comparison in 4.27 vs 4.28:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatejVrtich_0-1698145327425.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83780iA229CAEACA3A7B86/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatejVrtich_0-1698145327425.png" alt="MatejVrtich_0-1698145327425.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatejVrtich_1-1698145340476.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83781iB4352AF2003694EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatejVrtich_1-1698145340476.png" alt="MatejVrtich_1-1698145340476.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matej&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 11:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1340828#M82537</guid>
      <dc:creator>MatejVrtich</dc:creator>
      <dc:date>2023-10-24T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341031#M82540</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've just spotted this as well. As a temporary fix add the following styling override in your application:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;/* WARNING Required to fix broken Esri Styling */
.esri-features.esri-widget.esri-widget--panel {
overflow: hidden;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 Oct 2023 17:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341031#M82540</guid>
      <dc:creator>JonathanDawe3</dc:creator>
      <dc:date>2023-10-24T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341053#M82542</link>
      <description>&lt;P&gt;Thanks for sharing, however this is not applicable for ArcGIS apps using the Popup widget, like Map Viewer, Dashboards, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 18:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341053#M82542</guid>
      <dc:creator>MatejVrtich</dc:creator>
      <dc:date>2023-10-24T18:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341121#M82543</link>
      <description>&lt;P&gt;Try adding this to your fix as well, that will make the popup content scrollable.&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.esri-features.esri-widget.esri-widget--panel calcite-flow{
  overflow: auto;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 20:11:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341121#M82543</guid>
      <dc:creator>Justin_Greco</dc:creator>
      <dc:date>2023-10-24T20:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341190#M82548</link>
      <description>&lt;P&gt;We have fixed this bug in a patch for 4.28. If you're using&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core - this bug fix is available on version&amp;nbsp;&lt;A href="https://www.npmjs.com/package/@arcgis/core/v/4.28.1" target="_self"&gt;4.28.1&lt;/A&gt;. The CDN should be updated in a few hours. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 23:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1341190#M82548</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2023-10-24T23:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1543144#M85775</link>
      <description>&lt;P&gt;Hi Anne! Is there a place where developers can see the a summary of &lt;STRONG&gt;patch-level&lt;/STRONG&gt; changes to the ArcGIS JS SDK?&lt;BR /&gt;&lt;BR /&gt;The release notes for 4.28 are an overview of the minor-level release:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/4.28/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/4.28/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But... there's no place to find the difference between 4.28.0 and 4.28.1, for example.&lt;BR /&gt;&lt;BR /&gt;Your comment on this post is one of the few pieces of evidence online of any specific changes made in a patch-level version.&lt;BR /&gt;&lt;BR /&gt;Version 4.28 has had several patch-level releases all the way up to 4.28.10, and there's no way to see detail of the incremental changes.&amp;nbsp; (The increments themselves can be found in the package version history:&amp;nbsp;&lt;A href="https://www.npmjs.com/package/@arcgis/core?activeTab=versions" target="_blank" rel="noopener"&gt;https://www.npmjs.com/package/@arcgis/core?activeTab=versions&lt;/A&gt;&amp;nbsp;).&lt;BR /&gt;&lt;BR /&gt;The SDK is not open-source, and is only provided in minified code, so it's not easy for someone to even do a code comparison to glean the changes from patch to patch.&lt;BR /&gt;&lt;BR /&gt;Is there a resource you can point me to that enumerates those changes at the patch level?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 17:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1543144#M85775</guid>
      <dc:creator>DanRussell</dc:creator>
      <dc:date>2024-09-26T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing a vertical scroll in a new Popup (4.28)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1662816#M87821</link>
      <description>&lt;P&gt;We are seeing the same issue in 4.34.5&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jade_Freeman_0-1762179953277.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143044i6E98DAD033829338/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jade_Freeman_0-1762179953277.png" alt="Jade_Freeman_0-1762179953277.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 14:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/missing-a-vertical-scroll-in-a-new-popup-4-28/m-p/1662816#M87821</guid>
      <dc:creator>Jade_Freeman</dc:creator>
      <dc:date>2025-11-03T14:26:17Z</dc:date>
    </item>
  </channel>
</rss>

