Select to view content in your preferred language

mouse down event doesn't start correctly with api 3.13

373
1
09-11-2017 06:43 AM
GiovanniSanna
New Contributor

Hi everybody,

I have found a problem with arcgis api 3.13: If click a button continuously the event mousedown  start only one time, but  if  you do the same thing with dojo api the problem doesn't exist.

I attached two files for watch what i say. 

  • BUG_ESRI.html click the button  continuously and view in the console that write "mousedown" only one time
  • DOJO_WORKFINE.html click the button  continuously and view in the console that write "mousedown" continuously

Tags (1)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Giovanni,

   Switch to 3.21 version of the JS API and this issue is not present. This issue was addressed sometime after 3.13.

0 Kudos