<?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 Redraw artifacts when dragging/resizing MapView graphics in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/redraw-artifacts-when-dragging-resizing-mapview/m-p/1634009#M87385</link>
    <description>&lt;P&gt;&lt;A title="Screenshot of artifacts" href="https://drive.google.com/file/d/15KqJxpWo2UKKdNHIGeWotcTnxvAdg8sJ/view?usp=drive_link" target="_blank" rel="noopener"&gt;Screenshot of artifacts&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"@arcgis/core"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"^4.32.10"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"@arcgis/map-components"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"^4.32.14"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;in a React 19 application using Chrome&amp;nbsp;138.0.7204.102 or later&amp;nbsp;on MacOS 15.5.&amp;nbsp; I am experiencing redraw artifacts when dragging or resizing graphics that have been added to MapView.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The steps I have taken to try and isolate the root cause:&lt;BR /&gt;&lt;BR /&gt;1. Bumped version to 4.33 of arcgis&lt;BR /&gt;2. Removed as much custom code as possible to reduce how we add and select graphics to "standard implementation"&lt;BR /&gt;3. Tested with only a single graphic&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4. Ensured "symbol instance sharing" was not occurring and added ".clone()" when necessary&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;5. Avoid mutating event.graphic.geometry after adding to layer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;6. Checked for unnecessary re-renders in the React parts of the components&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;7. Disabled hardware acceleration (this does not work since WebGL2 becomes disabled)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;8. Tried on alternative browsers (Safari, Firefox)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Assistance would be appreciated.&amp;nbsp; Not sure if is my implementation or a known issue.&amp;nbsp; The code is private but I will try to reproduce it with generic code if possible.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 17 Jul 2025 19:28:02 GMT</pubDate>
    <dc:creator>darren-sitetech</dc:creator>
    <dc:date>2025-07-17T19:28:02Z</dc:date>
    <item>
      <title>Redraw artifacts when dragging/resizing MapView graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/redraw-artifacts-when-dragging-resizing-mapview/m-p/1634009#M87385</link>
      <description>&lt;P&gt;&lt;A title="Screenshot of artifacts" href="https://drive.google.com/file/d/15KqJxpWo2UKKdNHIGeWotcTnxvAdg8sJ/view?usp=drive_link" target="_blank" rel="noopener"&gt;Screenshot of artifacts&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"@arcgis/core"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"^4.32.10"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"@arcgis/map-components"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"^4.32.14"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;in a React 19 application using Chrome&amp;nbsp;138.0.7204.102 or later&amp;nbsp;on MacOS 15.5.&amp;nbsp; I am experiencing redraw artifacts when dragging or resizing graphics that have been added to MapView.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The steps I have taken to try and isolate the root cause:&lt;BR /&gt;&lt;BR /&gt;1. Bumped version to 4.33 of arcgis&lt;BR /&gt;2. Removed as much custom code as possible to reduce how we add and select graphics to "standard implementation"&lt;BR /&gt;3. Tested with only a single graphic&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4. Ensured "symbol instance sharing" was not occurring and added ".clone()" when necessary&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;5. Avoid mutating event.graphic.geometry after adding to layer&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;6. Checked for unnecessary re-renders in the React parts of the components&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;7. Disabled hardware acceleration (this does not work since WebGL2 becomes disabled)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;8. Tried on alternative browsers (Safari, Firefox)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Assistance would be appreciated.&amp;nbsp; Not sure if is my implementation or a known issue.&amp;nbsp; The code is private but I will try to reproduce it with generic code if possible.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Jul 2025 19:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/redraw-artifacts-when-dragging-resizing-mapview/m-p/1634009#M87385</guid>
      <dc:creator>darren-sitetech</dc:creator>
      <dc:date>2025-07-17T19:28:02Z</dc:date>
    </item>
  </channel>
</rss>

