laptop and a wrench

不具合

When using the Pan mode in the Mozilla Firefox 2 web browser, the Pan mode becomes locked if the offMouseClick method is fired outside the browser.

最後に公開された状態: October 16, 2015 ArcGIS API for JavaScript
不具合 ID 番号 NIM045138
送信されましたMay 6, 2009
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン1.3
プログラム言語JavaScript
オペレーティング システムRed Hat Enterprise Linux
オペレーティング システムのバージョン5
ステータスNon-Reproducible

参考情報

Unable to reproduce in current version of Firefox.

対処法

Upgrade to Firefox 3.x. Use the following code to disable the Pan mode: // temp hack to eliminate pan lock within // FireFox 2.0.0.20 (WindowsXP & RedHat 5.2) dojo.connect(map, "onLoad", function() { dojo.connect(map, "onMouseOut", function() { map.disablePan() }); dojo.connect(map, "onMouseUp", function() { if(!map.isPan() { map.enablePan(); } }); }

再現の手順

不具合 ID: NIM045138

ソフトウェア:

  • ArcGIS API for JavaScript

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

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

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

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

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

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

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