laptop and a wrench

Error

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

Última publicación: July 29, 2016 No Product Found
Número de ID del error NIM035221
EnviadoMay 13, 2008
Última modificaciónApril 2, 2025
Relacionado conNo Product Found
Versión encontrada9.2
Lenguaje del programaC#
EstadoNon-Reproducible

Información adicional

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

Solución alternativa

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

Pasos para reproducir

ID del error: NIM035221

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga