Viewing visible properties in popups using reactiveUtils returns inconsistent results in ArcGIS Maps SDK for JavaScript version 4.27.
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000161692
已提交
September 26, 2023
上次修改时间
February 12, 2025
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.27
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The Popup.visible property is true when the popup is querying for results, even if the popup is not open in the view. The PopupViewModel.active property must be used to check if the popup is visible and is not waiting for results. Refer to https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup-PopupViewModel.html#active.