The list of overlapping features in a pop-up does not update unless it is closed and reopened using ArcGIS API for JavaScript 4.23.
上次发布: June 30, 2022ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000150288
已提交
June 24, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.24
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is expected behavior as the pop-up does not automatically pick up changes that occur to features in the view. The pop-up needs to be repopulated with the updated features. Refer to the following example on how to use reactiveUtils to watch when the 'apply-edits' event is triggered on the feature layer, so that the pop-up can be updated: https://codepen.io/laurenb14/pen/yLKBWVO?editors=1000.