laptop and a wrench

不具合

If zoom in/out tools were used on the map control, data is zoomed in/out when user right click on the map. This is not a desired behavior if a context menu is used in the web application, because map zooms in/out and then the context menu appears.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM037336
送信されましたAugust 8, 2008
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.3
プログラム言語C#
修正されたバージョンN/A
ステータスFixed

対処法

Override the _onClick function of MapBase by adding the following script block after the form close tag (</form>):<script type="text/javascript">ESRI.ADF.UI.MapBase.prototype._onClick = function(s,e){}</script> Normally you should be able to remove the event handler explicitly... but I was unable to do this. Likely because the delegate to the handler was created dynamically in MapBase initialize:this.add_click(Function.createDelegate(this, this._onClick));

再現の手順

不具合 ID: NIM037336

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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