Web AppBuilder Dev Edition 2.4 - Widgets Not Loading in Internet Explorer 11
Here is a link to the app: ArcGIS Web Application
None of the widget icons display across the top bar? this does not appear to happen with our Esri hosted apps. I tested compatibility mode and it did not resolve the issue.
If I shrink the browser window (by minimizing) the widget icons show up.
Regards, Devon
Solved! Go to Solution.
This is the correct Number
(KB4486474)
My Bad
Rich,
Can you provide a screenshot of the console error?
Yes, this started when we updated to IE 11 (KB4486474). I found other local WAB 2.9 apps that have the issue. I look forward to a possible solution.
https://gisapps.medfordmaps.org/mli/
Regards, Devon
Devon,
The workarounds has already been mentioned here. In the main config.json replace all the \\ with /. ie.
"icon": "configs\\Medford Land Information\\icon_widgets_Medford Land Information_Widget_37.jpeg",
That worked. Much appreciated.
Regards, Devon
Hi Robert,
Thanks for the solution! I replaced \\ with /. ie. in the config.json file but the widget's icons are blank now,. Did they lose their path to images?
What does the icon below relate to ?
"icon": "configs\\Medford Land Information\\icon_widgets_Medford Land Information_Widget_37.jpeg",
Thanks for the clarification. Our organization has been hit hard by this because so many people use IE.
Nadia
Nadia,
Strange that the icons are now blank. Have you verified the paths?
configs/Medford Land Information/icon_widgets_Medford Land Information_Widget_37.jpeg
relates to the icon shown for the Medford Land Information widget.
Hi all, Microsoft have released another IE 11 cumulative update to fix the backslash issue, but according to the article - only for windows 7 and 8.
FYI all we too just went through this as well - Robert's fix is correct. Interesting thing though, was that we found that it was combinations of Windows 10 builds and certain IE + KBs were not affected. The "\\" on older windows 10 builds and IE11+ versions didn't matter.
Robert's fix works. I have found though, that with my 2.9 applications, I have to go in and change up the // to \ if I added custom icons. If I used out of the box icon images, I didn't have to make the change.