| Bug ID Number |
BUG-000132072 |
| Submitted | July 7, 2020 |
| Last Modified | June 1, 2022 |
| Applies to | ArcGIS GIS Server |
| Version found | 10.7.1 |
| Operating System | Windows OS |
| Operating System Version | N/A |
| Status | In Review
The issue is being reviewed. The review process ensures that the issue contains all necessary information and is easy to understand, that it is not a duplicate of an existing issue, and that it is a valid bug or enhancement request. During this phase, it is possible that you are contacted for clarification or additional information.
|
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