| Bug ID Number |
BUG-000132072 |
| Submitted | July 7, 2020 |
| Last Modified | May 5, 2026 |
| Applies to | ArcGIS GIS Server |
| Version found | 10.7.1 |
| Operating System | Windows OS |
| Operating System Version | N/A |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
The behavior described in this issue will not be addressed in the current ArcGIS Server Manager application. A next-generation Server Manager app is being developed that will incorporate this feedback.
Workaround
To fix the issue and load the CSS properly:
- Navigate to the error "ResizeHandle.css" which exists under the network tab while accessing the development tool 'F12' >> following path is showed:
- 11595/js/dojo/dojox/layout/resources/ResizeHandle.css
- This path is incorrect, it has to be "11595/js/dojox/layout/resources/ResizeHandle.css".
- Making this change in the statistics.html file corrects this
- The default location for the statistics.html file is >> C:\Program Files\ArcGIS\Server\framework\webapps\arcgis#manager
To fix it over 10.8 version, replace 11595 with 12790, so the correct path is: 12790/js/dojox/layout/resources/ResizeHandle.css and the corrupted path for statistics.html is 12790/js/dojo/dojox/layout/resources/ResizeHandle.css.
Steps to Reproduce