A MapView returns an error when accessed in a pop-up window while engaging the pop-ups in ArcGIS Maps SDK for JavaScript 4.26.
上次发布: April 5, 2023ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000157115
已提交
March 30, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.26
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is expected behavior based on the way the View is rendered in the window. It is not recommended to move the View into another window or container. Instead, the pop-out window must be created with its own dedicated JavaScript script that loads the API along with the View and communicates with the other window via the postMessages() method. For more information, refer to https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage.