laptop and a wrench

Bogue

Closing the Identify callout in Firefox 3 will re-execute the Identify.

Dernière publication: August 25, 2014 No Product Found
Numéro d’ID de bogue NIM036539
EnvoiJuly 3, 2008
Dernière modificationJune 5, 2024
S’applique àNo Product Found
Version trouvée9.3
Version de correctionN/A
StatutFixed

Solution de contournement

1) Open Windows Explorer and navigate to the location of your Web Mapping Application. The path is likely c:\inetpub\wwwroot\<WebAppName>. 2) Navigate in to the JavaScript folder and open MapIdentify.js in a text editor. 3) Search for the string: closeIdentifyPanel()4) Replace the the following function: function closeIdentifyPanel() { var dropdown = $get("dropdown_" + arcgisIdentifyTool.get_id()); if (dropdown) dropdown.style.display = "none"; arcgisIdentifyTool.clearOutCallout();};With this updated function: function closeIdentifyPanel() { var dropdown = $get("dropdown_" + arcgisIdentifyTool.get_id()); if (dropdown) dropdown.style.display = "none"; if (Sys.Browser.agent == Sys.Browser.Firefox && Sys.Browser.version >= 3) window.setTimeout("arcgisIdentifyTool.clearOutCallout();", 500); else arcgisIdentifyTool.clearOutCallout();};6) Save your changes and close the text editor. 7) In Firefox, click Tools > Clear Private Data. 8) Choose the Cache option and click 'Clear Private Data Now'

Étapes pour reproduire

ID de bogue: NIM036539

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