<?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: Scrolling down a page with a map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590237#M55150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same result with a Bootstrap grid layout.&amp;nbsp; Thought that would sort it out with stricter CSS rules, but it didn't.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 06:55:41 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-05-19T06:55:41Z</dc:date>
    <item>
      <title>Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590232#M55145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;I'm using version 4.0 of the ArcGIS API for my maps. I have this problem with maps whenever the page has to be scrolled down to view the map. My map is somewhere in the middle of the page so the user has to scroll down to view it. Then if a certain point was clicked on the map or if a certain area in dragged to zoom in, the pointers the map shows as selection are not the exact points the mouse is pointing at. it points to a location above the mouse pointer.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;Here is a sample code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&amp;nbsp; &amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;meta charset="utf-8"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;title&amp;gt;Add the Compass widget to a basic 2D map - 4.0&amp;lt;/title&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;style&amp;gt;&lt;BR /&gt;&amp;nbsp; html,&lt;BR /&gt;&amp;nbsp; body,&lt;BR /&gt;&amp;nbsp; #viewDiv {&lt;BR /&gt;&amp;nbsp; padding: 0;&lt;BR /&gt;&amp;nbsp; margin: 0;&lt;BR /&gt;&amp;nbsp; height: 100%;&lt;BR /&gt;&amp;nbsp; width: 100%;&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F4.0%2Fesri%2Fcss%2Fmain.css" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;https://js.arcgis.com/4.0/esri/css/main.css&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F4.0%2F" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;https://js.arcgis.com/4.0/&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;script&amp;gt;&lt;BR /&gt;&amp;nbsp; require([&lt;BR /&gt;&amp;nbsp; "esri/Map",&lt;BR /&gt;&amp;nbsp; "esri/views/MapView",&lt;BR /&gt;&amp;nbsp; "esri/widgets/Compass",&lt;BR /&gt;&amp;nbsp; "dojo/domReady!"&lt;BR /&gt;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp; function(&lt;BR /&gt;&amp;nbsp; Map,&lt;BR /&gt;&amp;nbsp; MapView,&lt;BR /&gt;&amp;nbsp; Compass&lt;BR /&gt;&amp;nbsp; ) {&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; var map = new Map({&lt;BR /&gt;&amp;nbsp; basemap: "national-geographic"&lt;BR /&gt;&amp;nbsp; });&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; var view = new MapView({&lt;BR /&gt;&amp;nbsp; container: "viewDiv",&lt;BR /&gt;&amp;nbsp; scale: 500000,&lt;BR /&gt;&amp;nbsp; center: [26.26, 39.17],&lt;BR /&gt;&amp;nbsp; map: map&lt;BR /&gt;&amp;nbsp; });&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; /********************************&lt;BR /&gt;&amp;nbsp; * Create a compass widget object.&lt;BR /&gt;&amp;nbsp; *********************************/&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; var compassWidget = new Compass({&lt;BR /&gt;&amp;nbsp; view: view&lt;BR /&gt;&amp;nbsp; });&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; // Add the Compass widget to the top left corner of the view&lt;BR /&gt;&amp;nbsp; view.ui.add(compassWidget, "top-left");&lt;BR /&gt;&amp;nbsp; });&lt;BR /&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;!-- add div for test--&amp;gt;&lt;BR /&gt;&amp;lt;div style="height:500px;"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;div id="viewDiv"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;If you run this code you'll see if you scroll down and drag an area (by holding shift and dragging the mouse) it will drag an area above your selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 09:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590232#M55145</guid>
      <dc:creator>UdyWa</dc:creator>
      <dc:date>2016-05-18T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590233#M55146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your second divider "viewDiv" should be contained in the first one where you specify the height.&amp;nbsp; At the moment it is sitting below the first div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&amp;lt;div style="height:500px;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&amp;nbsp; &amp;lt;div id="viewDiv"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(248, 248, 248, 0.6); color: #242729; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590233#M55146</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-18T12:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590234#M55147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats how I want it to be. I put some content in that div (header information). Map div should be below that div rather than inside the div.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 12:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590234#M55147</guid>
      <dc:creator>UdyWa</dc:creator>
      <dc:date>2016-05-18T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590235#M55148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested the exact same layout with the JS version 3.16 API and it does not behave the same way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 13:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590235#M55148</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-18T13:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590236#M55149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. You are correct. This issue is only in 4.0. I assume this is a bug in 4.0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 13:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590236#M55149</guid>
      <dc:creator>UdyWa</dc:creator>
      <dc:date>2016-05-18T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590237#M55150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same result with a Bootstrap grid layout.&amp;nbsp; Thought that would sort it out with stricter CSS rules, but it didn't.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 06:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590237#M55150</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-05-19T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590238#M55151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a known bug in 4.0. Will be fixed in 4.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 23:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590238#M55151</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2016-05-19T23:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590239#M55152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the update. Do you have any idea that when 4.1 will be released? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590239#M55152</guid>
      <dc:creator>UdyWa</dc:creator>
      <dc:date>2016-05-20T08:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590240#M55153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No specific date set, but you can expect it sometime in the fall of this year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 15:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590240#M55153</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2016-05-20T15:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590241#M55154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Would you be able to suggest a workaround for this problem until such a release?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 15:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590241#M55154</guid>
      <dc:creator>UdyWa</dc:creator>
      <dc:date>2016-05-20T15:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590242#M55155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have updated to esir 4.1 from 4.0. But this issue is still there. I check it even in your examples and even worst, the bug is there in your community home page!!! (&lt;A class="link-titled" href="https://developers.arcgis.com/community/" title="https://developers.arcgis.com/community/"&gt;Community | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;) [Scroll down and try clicking a map location.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you going to fix this anytime soon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 12:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590242#M55155</guid>
      <dc:creator>UdyWa</dc:creator>
      <dc:date>2016-10-06T12:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590243#M55156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a serious issue. &amp;nbsp;We cannot only use the maps at the top of the page. &amp;nbsp;If the map scrolls at all, all user input is shifted upwards. &amp;nbsp;This really needs to be fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 17:12:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590243#M55156</guid>
      <dc:creator>JoshOng</dc:creator>
      <dc:date>2016-10-23T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590244#M55157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like they have fixed this in 4.2 released December 21, 2016, finally. &amp;nbsp;I did a test and it seemed to work even when the page is scrolled down and the map isn't at the top of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific fix is mentioned in the release notes &lt;A href="https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html#bug-fixes-and-enhancements"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;UL style="color: #4c4c4c; font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 1.55rem;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;BUG-000096543: Map clicks and mouse wheel scrolling works correctly now if the page is scrolled down.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Not sure if it's ready for prime time yet, but it looks like it's getting there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 14:40:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590244#M55157</guid>
      <dc:creator>JoshOng</dc:creator>
      <dc:date>2016-12-28T14:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling down a page with a map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590245#M55158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This exact same problems exist in 3.X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any change that this fix will get applied to 3.X?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 17:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/scrolling-down-a-page-with-a-map/m-p/590245#M55158</guid>
      <dc:creator>GeraldGayowsky</dc:creator>
      <dc:date>2019-08-29T17:37:49Z</dc:date>
    </item>
  </channel>
</rss>

