CustomContent popup element does not work properly with using creator() function and return the error function: "Exception: TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode".
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000159273
已提交
June 21, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.27
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The API reference documentation states that the Popup.open method takes a content property that accepts only string, htmlelement, or a widget. In this case, a PopupTemplate is trying to be autocast to it. This will not work and is not designed to do so.