laptop and a wrench

漏洞

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

上次发布: August 25, 2014 No Product Found
漏洞 ID 编号 NIM036539
已提交July 3, 2008
上次修改时间June 5, 2024
适用范围No Product Found
找到的版本9.3
修正版本N/A
状态Fixed

解决办法

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'

重现步骤

漏洞 ID: NIM036539

软件:

  • No Product Found

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项