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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動