laptop and a wrench

Bug

Sample application ‘Common Callback’ does not show the Map Extents in Mozilla Firefox but works well in Internet Explorer (IE).

Last Published: July 29, 2016 No Product Found
Bug ID Number NIM035221
SubmittedMay 13, 2008
Last ModifiedApril 2, 2025
Applies toNo Product Found
Version found9.2
Program languageC#
StatusNon-Reproducible

Additional Information

This is a retired product. Not reproducible in the latest build. If you are still encountering this issue, please contact Esri Technical Support.

Workaround

The current portion of code that is causing Mozilla Firefox not to show the extents around the map on the browser: slist.Add("n", env.YMax.ToString("N")); slist.Add("e", env.XMax.ToString("N")); slist.Add("s", env.YMin.ToString("N")); slist.Add("w", env.XMin.ToString("N"));The following change would make the code work in Mozilla Firefox: slist.Add("N", env.YMax.ToString("N")); slist.Add("E", env.XMax.ToString("N")); slist.Add("S", env.YMin.ToString("N")); slist.Add("W", env.XMin.ToString("N"));

Steps to Reproduce

Bug ID: NIM035221

Software:

  • No Product Found

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