An unknown pop-up is observed in ArcGIS Experience Builder when using a map service as a data source in the Search widget.
ArcGIS Experience Builder
漏洞 ID 编号
BUG-000161372
已提交
September 13, 2023
上次修改时间
August 20, 2025
适用范围
ArcGIS Experience Builder
找到的版本
June 2023
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is expected behavior.
For map service layers, the selection layer through message action needs to be handled, so it shows up when features are selected first, and then use the mouse to click on the already-highlighted result. Inside the pop-up, "1 of x (>=2)" is seen since the first one is "xxx-highlight," the selection layers.
There is a workflow that can be tweaked to avoid this:
•If clicking on the feature is expected, then use the "1 of x" button to show the list and change the pop-up to reflect the original layer instead.
•Inside the Map widget, turn on the "Show pop-up upon feature selection" to make the pop-up automatically pop out when selecting the result in the search list. This should be more intuitive than allowing users to click again on the selected (highlighted) feature.
解决办法
Enabling feature access on the map service and using the REST URL of the generated feature service does not show the unknown pop-up and works as expected.
Use a hosted feature layer from ArcGIS Online instead of a map service.