<?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 In SceneView, zooming out using the mouse wheel does not behave as expected in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1336813#M82433</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;In SceneView, when zooming out the view using the mouse wheel, the behavior is not as expected. SceneView takes the mouse's current position as the view center and zooms out around that point, causing the mouse's position to constantly change. This behavior is abnormal, and there are two reasons for it:&lt;/P&gt;&lt;P&gt;1. When users zoom out the view using the mouse wheel, they expect the view to shrink around the mouse's location, meaning that the geographical coordinates at the mouse's position should remain unchanged when zooming out the map.&lt;/P&gt;&lt;P&gt;2.In SceneView, zooming in on the view using the mouse wheel does not exhibit this behavior. Additionally, in MapView, zooming in and out using the mouse wheel does not exhibit this behavior either.&lt;/P&gt;&lt;P&gt;I have recorded an video that demonstrates the zoom-in and zoom-out processes in SceneView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6338813567112w998h540r679" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6338813567112" 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-6338813567112w998h540r679');  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/6338813567112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;This issue can be reproduced in any SceneView demo, for example, here: &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/intro-sceneview/live/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/intro-sceneview/live/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to resolve this issue? Thank you so much!&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 01:57:30 GMT</pubDate>
    <dc:creator>Lerman</dc:creator>
    <dc:date>2023-10-11T01:57:30Z</dc:date>
    <item>
      <title>In SceneView, zooming out using the mouse wheel does not behave as expected</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1336813#M82433</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;In SceneView, when zooming out the view using the mouse wheel, the behavior is not as expected. SceneView takes the mouse's current position as the view center and zooms out around that point, causing the mouse's position to constantly change. This behavior is abnormal, and there are two reasons for it:&lt;/P&gt;&lt;P&gt;1. When users zoom out the view using the mouse wheel, they expect the view to shrink around the mouse's location, meaning that the geographical coordinates at the mouse's position should remain unchanged when zooming out the map.&lt;/P&gt;&lt;P&gt;2.In SceneView, zooming in on the view using the mouse wheel does not exhibit this behavior. Additionally, in MapView, zooming in and out using the mouse wheel does not exhibit this behavior either.&lt;/P&gt;&lt;P&gt;I have recorded an video that demonstrates the zoom-in and zoom-out processes in SceneView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6338813567112w998h540r468" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6338813567112" 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-6338813567112w998h540r468');  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/6338813567112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;This issue can be reproduced in any SceneView demo, for example, here: &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/intro-sceneview/live/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/intro-sceneview/live/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to resolve this issue? Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 01:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1336813#M82433</guid>
      <dc:creator>Lerman</dc:creator>
      <dc:date>2023-10-11T01:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: In SceneView, zooming out using the mouse wheel does not behave as expected</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1337227#M82452</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/414585"&gt;@Lerman&lt;/a&gt;&amp;nbsp; , this behaviour is described in Esri's defect system in&amp;nbsp;&lt;SPAN&gt;BUG-000130778. However, the defect is Closed with the Public Explanation "&lt;EM&gt;This is as designed for zooming in and out in 3D&lt;/EM&gt;.". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the current user experience causes any limitations for your end users, please contact your local Esri distributor for the question to be revisited.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 11:29:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1337227#M82452</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2023-10-12T11:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: In SceneView, zooming out using the mouse wheel does not behave as expected</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1337576#M82458</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/159762"&gt;@ChrisUnderwood&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Thanks for the info!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 01:10:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-sceneview-zooming-out-using-the-mouse-wheel/m-p/1337576#M82458</guid>
      <dc:creator>Lerman</dc:creator>
      <dc:date>2023-10-13T01:10:01Z</dc:date>
    </item>
  </channel>
</rss>

