Double map click events using Chrome

523
1
03-06-2014 11:55 AM
NevinFry
New Contributor
Hi,
I am seeing double map click events when using Chrome.
This also results in receiving a click event after panning the map.
It appears the extraneous mouse event is being sent from _mouseClick -> _fire somewhere in the map source.
The "correct" mouse event is being fired from _fireClickEvent -> _fire.

You can see the click after pan behavior with this sample:

http://developers.arcgis.com/en/javascript/samples/map_infowindow/

Thanks.

-- James
0 Kudos
1 Reply
NevinFry
New Contributor
I believe this issue is related to using it on a computer that also has a touchscreen.
Using the touchscreen only (and not the mouse) does not produce this behavior.

-- James
0 Kudos