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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動