laptop and a wrench

Bug

Quickly moving the mouse over features causes graphic rendering lag.

Zuletzt veröffentlicht: April 2, 2019 ArcGIS API for JavaScript
Bug-ID-Nummer BUG-000115454
EingereichtJuly 18, 2018
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for JavaScript
Gefunden in Version3.25
BetriebssystemN/A
BetriebssystemversionN/A
StatusWill Not Be Addressed

Zusätzliche Informationen

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(); } });

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000115454

Software:

  • ArcGIS API for JavaScript

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln