Opening an off-panel widget from a controller widget causes onClose and onClose events to trigger incorrectly.
上次发布: July 23, 2018ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000108297
已提交
September 25, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
2.5
操作系统
N/A
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design. The first time the widget is opened is to test the widget size so that we can position the widget correctly. To skip the first time onOpen, you can check whether this._isTestSizeFlag==true.