laptop and a wrench

漏洞

Unable to scroll with mouse wheel after executing esri.toolbars.Draw.FREEHAND_POLYLINE or esri.toolbars.Draw.EXTENT or esri.toolbars.Draw.FREEHAND_POLYGON.

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM062326
已提交October 27, 2010
上次修改时间April 2, 2025
适用范围No Product Found
找到的版本Other
编程语言JavaScript
修正版本ArcGIS.c
状态Fixed

解决办法

Option#1: Click on “Deactivate” button before scrolling the mouse wheelOption#2: As shown below, call tb.deactivate(); inside the addGraphic(geometry){} function.function addGraphic(geometry) { var symbol = dojo.byId("symbol").value; if (symbol) { symbol = eval(symbol); } else { var type = geometry.type;alert(type); if (type === "point" || type === "multipoint") { symbol = tb.markerSymbol; } else if (type === "line" || type === "polyline") { symbol = tb.lineSymbol; } else { symbol = tb.fillSymbol; } } map.graphics.add(new esri.Graphic(geometry, symbol)); tb.deactivate(); }Note:The above solution will not allow the customer's to execute the same action again.They have to click on the buttons(Extent|FREEHAND_POLYGON|FREEHAND_POLYLINE) again.

重现步骤

漏洞 ID: NIM062326

软件:

  • No Product Found

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

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项