<?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: Time Slider Widget doesn't work properly when using mouse cursor in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81895#M7490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Undral,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I've checked out the code and realized that script version has something to do with this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Please&amp;nbsp;take a look at "&lt;SPAN&gt;how to reproduce the issue&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;" below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;*&lt;SPAN&gt;how to reproduce the issue&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If you modify the code like below, you'll see the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; "&gt;The issue is not reproducible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;script src="https://jsdev.arcgis.com/4.13/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; "&gt;The issue is reproducible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;script src="https://jsdev.arcgis.com/4.12/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I hope you don't&amp;nbsp;looking into it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Koki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Aug 2019 04:53:14 GMT</pubDate>
    <dc:creator>KokiKUNIHARA</dc:creator>
    <dc:date>2019-08-19T04:53:14Z</dc:date>
    <item>
      <title>Time Slider Widget doesn't work properly when using mouse cursor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81893#M7488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;I'm using TimeSlider widget and I've found a minor defect&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider.html"&gt;TimeSlider | ArcGIS API for JavaScript 4.12&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Time in my widget shows like YYYY/MM/DD HH:MM:SI.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;It should go by 10-minute interval like from 2019/07/03 00:10:00 to 2019/07/03 00:20:00 w&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;hen you click on &lt;SPAN&gt;the play button,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;the next and previous&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;button and use mouse cursor, but when&amp;nbsp;using&amp;nbsp; mouse cursor, it goes by like from 2019/07/03 0:10:00 to 0:09:59.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;A summary of this issue is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;1.The issue is not reproducible when&amp;nbsp;you click&amp;nbsp;on the play button of the Time Slider widget.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.The issue is not reproducible when clicking on the next and previous button of the Time Slider widget.&lt;BR /&gt;3.The issue is reproducible when&amp;nbsp;you manually move the time slider by using mouse cursor only at certain points for. e.g: between &lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;2019/07/03&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;12:10:00 - &lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;2019/07/03&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;12:20:00. In addition, this happens when&amp;nbsp;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;your browser is maximized.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;I know the esri/widgets/TimeSlider class is currently on a beta release state, but I'd like to notify this&amp;nbsp;issue and&amp;nbsp;I hope&amp;nbsp;it will be fixed&lt;SPAN&gt;. I've attached a video showing the issue. I would appreciate it if you could take a look at it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 01:38:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81893#M7488</guid>
      <dc:creator>KokiKUNIHARA</dc:creator>
      <dc:date>2019-08-14T01:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Widget doesn't work properly when using mouse cursor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81894#M7489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to reproduce the issue. Can you please create a simple reproducible case? You can use &lt;A href="https://codepen.io/U_B_U/full/zYOqaGL"&gt;this test app&lt;/A&gt; modify the code as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2019 17:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81894#M7489</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2019-08-15T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time Slider Widget doesn't work properly when using mouse cursor</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81895#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Undral,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I've checked out the code and realized that script version has something to do with this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Please&amp;nbsp;take a look at "&lt;SPAN&gt;how to reproduce the issue&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;" below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;*&lt;SPAN&gt;how to reproduce the issue&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If you modify the code like below, you'll see the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; "&gt;The issue is not reproducible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;script src="https://jsdev.arcgis.com/4.13/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; "&gt;The issue is reproducible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;script src="https://jsdev.arcgis.com/4.12/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I hope you don't&amp;nbsp;looking into it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Koki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2019 04:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/time-slider-widget-doesn-t-work-properly-when/m-p/81895#M7490</guid>
      <dc:creator>KokiKUNIHARA</dc:creator>
      <dc:date>2019-08-19T04:53:14Z</dc:date>
    </item>
  </channel>
</rss>

