漏洞 ID 编号 |
BUG-000161315 |
已提交 | September 11, 2023 |
上次修改时间 | August 5, 2025 |
适用范围 | ArcGIS Experience Builder |
找到的版本 | N/A |
操作系统 | N/A |
操作系统版本 | N/A |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
This is a designed behavior. When opening a page in a new window, a new app is launched in a separate browser window. In this context, when opening a new window, it essentially initiates a new application instance, and thus, the query has not been executed within this new application instance. Consequently, no query results are going to populate the Table widget on this page.
To address this issue, it is recommended to place the table widget within a window. This approach involves opening a window on top of the current page instead of launching a completely new browser window. By doing so, the query is executed within the same application context, allowing the query results to populate the table widget as expected.
解决办法
Open the Table widget in a window instead of a new page.
重现步骤