| Bug ID Number |
BUG-000162842 |
| Submitted | November 9, 2023 |
| Last Modified | August 20, 2025 |
| Applies to | ArcGIS Experience Builder |
| Version found | Oct 2023 |
| Operating System | Windows OS |
| Operating System Version | 11.0 64 bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
This behavior is as designed. The Map widget is lazy loading for performance purposes. Map widgets are not rendered until they are visible. In this case, the Legend widget is rendered before the connected Map widget is rendered, so the Legend widget is displayed as blank. Though the Section widget loads content inside the views by default, this does not change the default lazy loading behaviour of the Map widget. Wherever the Map widget is placed, the widget is always lazy loading.
Workaround
Place the Map widget outside the section views, or make the view containing the connected Map widget the default view.
Steps to Reproduce