The ArcGIS Maps SDK for JavaScript 4.26 MapView is unresponsive when it is popped out onto an external window and the original window's document is hidden.
上次发布: April 5, 2023ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000157078
已提交
March 29, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.26
操作系统
N/A
操作系统版本
N/A
状态
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 should be created with its own dedicated JavaScript script that loads the API along with the view and communicates with the other window via postMessages: Refer to https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage for more information.