ERROR
Searching for a typed-in address fails in ArcGIS for Local Government's Election Polling Places app even using the default address, and displays the following error message:"Unable to locate specified address."The problem occurs in Internet Explorer (IE) versions earlier than IE 9, including compatibility mode: IE 9 compatibility, IE 8, IE 8 compatibility, IE 7, and so forth.This applies to earlier versions of the application. This issue is resolved in the November 2012 release, 10.1.1.1.
There is a bug in js\utils.js JavaScript that tries to set the height of a scrollbar to less than zero.
Code:
scrollbar_track.style.height = (containerHeight.h - 6) + "px";
Code:
scrollbar_track.style.height = Math.max(0, containerHeight.h - 6) + "px";
Article ID:000011641
Get help from ArcGIS experts
Download the Esri Support App