laptop and a wrench

Error

Quickly moving the mouse over features causes graphic rendering lag.

Última publicación: April 2, 2019 ArcGIS API for JavaScript
Número de ID del error BUG-000115454
EnviadoJuly 18, 2018
Última modificaciónJune 5, 2024
Relacionado conArcGIS API for JavaScript
Versión encontrada3.25
Sistema operativoN/A
Versión de sistema operativoN/A
EstadoWill Not Be Addressed

Información adicional

The app needs to do couple of things to fix the problem: 1 - Clear map.graphics before highlighting a graphic. southCarolinaCounties.on("mouse-over", function(evt){ map.graphics.clear(); // Highlight graphic // Show tooltip dialog }); 2 - When mouse-move fires on the map, clear highlight and tooltip if the move does not happen over a graphic. map.on("mouse-move", function(evt) { if (!evt.graphic) { closeDialog(); } });

Solución alternativa

Clear the graphics on click instead of on mouse-out. 

Pasos para reproducir

ID del error: BUG-000115454

Software:

  • ArcGIS API for JavaScript

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga