laptop and a wrench

漏洞

Quickly moving the mouse over features causes graphic rendering lag.

上次发布: April 2, 2019 ArcGIS API for JavaScript
漏洞 ID 编号 BUG-000115454
已提交July 18, 2018
上次修改时间June 5, 2024
适用范围ArcGIS API for JavaScript
找到的版本3.25
操作系统N/A
操作系统版本N/A
状态Will Not Be Addressed

附加信息

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

解决办法

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

重现步骤

漏洞 ID: BUG-000115454

软件:

  • ArcGIS API for JavaScript

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项