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).

Zuletzt veröffentlicht: July 29, 2016 No Product Found
Bug-ID-Nummer NIM035221
EingereichtMay 13, 2008
Zuletzt geändertApril 2, 2025
Gilt fürNo Product Found
Gefunden in Version9.2
ProgrammspracheC#
StatusNon-Reproducible

Zusätzliche Informationen

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"));

Schritte zur Reproduzierung

Bug-ID: NIM035221

Software:

  • No Product Found

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