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.

Last Published: October 16, 2015 ArcGIS API for JavaScript
Bug ID Number NIM045138
SubmittedMay 6, 2009
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found1.3
Program languageJavaScript
Operating SystemRed Hat Enterprise Linux
Operating System Version5
StatusNon-Reproducible

Additional Information

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

Steps to Reproduce

Bug ID: NIM045138

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options