<?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 Lasso Selection and Rectangle Selection not tracking mouse in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lasso-selection-and-rectangle-selection-not/m-p/1690027#M88290</link>
    <description>&lt;P&gt;Good Day&lt;BR /&gt;&lt;BR /&gt;I just upgrade to ArcGIS Core 4.34.8 and now my mouse isn't tracking with the Lasso or Rectangular Selection Tool.&amp;nbsp; When I select them and start to draw, the area is pinned into the top left of the map.&amp;nbsp; I saw this behaviour first with the SketchWidget, so figured it was a deprecation issue, but I see the issue with the web component.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6390745856112w602h476r360" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6390745856112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6390745856112w602h476r360');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6390745856112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea how to fix this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2026 17:48:34 GMT</pubDate>
    <dc:creator>AndrewMurdoch1</dc:creator>
    <dc:date>2026-03-11T17:48:34Z</dc:date>
    <item>
      <title>Lasso Selection and Rectangle Selection not tracking mouse</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lasso-selection-and-rectangle-selection-not/m-p/1690027#M88290</link>
      <description>&lt;P&gt;Good Day&lt;BR /&gt;&lt;BR /&gt;I just upgrade to ArcGIS Core 4.34.8 and now my mouse isn't tracking with the Lasso or Rectangular Selection Tool.&amp;nbsp; When I select them and start to draw, the area is pinned into the top left of the map.&amp;nbsp; I saw this behaviour first with the SketchWidget, so figured it was a deprecation issue, but I see the issue with the web component.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6390745856112w602h476r256" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6390745856112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6390745856112w602h476r256');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6390745856112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea how to fix this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 17:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lasso-selection-and-rectangle-selection-not/m-p/1690027#M88290</guid>
      <dc:creator>AndrewMurdoch1</dc:creator>
      <dc:date>2026-03-11T17:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lasso Selection and Rectangle Selection not tracking mouse</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lasso-selection-and-rectangle-selection-not/m-p/1690295#M88293</link>
      <description>&lt;P&gt;Fixed it,&amp;nbsp; I had&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;@import &lt;/SPAN&gt;&lt;SPAN&gt;"https://js.arcgis.com/4.20/@arcgis/core/assets/esri/themes/light/main.css"&lt;/SPAN&gt;;&lt;/PRE&gt;&lt;P&gt;In my map CSS, changed it to:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;@import &lt;/SPAN&gt;&lt;SPAN&gt;"https://js.arcgis.com/4.30/@arcgis/core/assets/esri/themes/light/main.css"&lt;/SPAN&gt;;&lt;/PRE&gt;&lt;P&gt;And it's fine now, so if you run into this, please make that change if you want to keep your sanity.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Mar 2026 18:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lasso-selection-and-rectangle-selection-not/m-p/1690295#M88293</guid>
      <dc:creator>AndrewMurdoch1</dc:creator>
      <dc:date>2026-03-12T18:12:59Z</dc:date>
    </item>
  </channel>
</rss>

