laptop and a wrench

Error

A left click on the dismiss (X) button closes the identify results but generates a new identify result window at the location clicked.

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM037807
EnviadoAugust 25, 2008
Última modificaciónApril 2, 2025
Relacionado conNo Product Found
Versión encontrada9.3
Lenguaje del programaVB.Net
EstadoDuplicate

Información adicional

NIM036539 Closing the Identify callout in Firefox 3 will re-execute the Identify again

Solución alternativa

1) Open Windows Explorer and navigate to the location of your Web Mapping Application. The path is likely <a href="file:c:/inetpub/wwwroot/" target="_blank">c:\inetpub\wwwroot\</a><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'

Pasos para reproducir

ID del error: NIM037807

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