laptop and a wrench

Bogue

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

Dernière publication: July 29, 2016 No Product Found
Numéro d’ID de bogue NIM035221
EnvoiMay 13, 2008
Dernière modificationApril 2, 2025
S’applique àNo Product Found
Version trouvée9.2
Langue du programmeC#
StatutNon-Reproducible

Informations supplémentaires

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

Solution de contournement

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

Étapes pour reproduire

ID de bogue: NIM035221

Logiciel:

  • No Product Found

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement