Bug
| Bug ID Number | NIM036539 |
|---|---|
| Submitted | July 3, 2008 |
| Last Modified | June 5, 2024 |
| Applies to | No Product Found |
| Version found | 9.3 |
| Version Fixed | N/A |
| Status | Fixed |
Code:
onmousedown="closeIdentifyPanel(this)"
Code:
onmousedown="closeIdentifyPanel()"
Code:
closeIdentifyPanel()
Code:
function closeIdentifyPanel() {
var dropdown = $get("dropdown_" + arcgisIdentifyTool.get_id());
if (dropdown) dropdown.style.display = "none";
var delay = (Sys.Browser.agent == Sys.Browser.Firefox && Sys.Browser.version >= 3) ? 500 : 0;
window.setTimeout("arcgisIdentifyTool.clearOutCallout();", delay);
};
Bug ID: NIM036539
Software:
Get help from ArcGIS experts
Download the Esri Support App