laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: October 16, 2015 ArcGIS API for JavaScript
Bug-ID-Nummer NIM045138
EingereichtMay 6, 2009
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for JavaScript
Gefunden in Version1.3
ProgrammspracheJavaScript
BetriebssystemRed Hat Enterprise Linux
Betriebssystemversion5
StatusNon-Reproducible

Zusätzliche Informationen

Unable to reproduce in current version of Firefox.

Workaround

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

Schritte zur Reproduzierung

Bug-ID: NIM045138

Software:

  • ArcGIS API for JavaScript

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln