PanelManager.getInstance().minimizePanel() does not minimize panel in the Web AppBuilder for ArcGIS (Developers edition) application.
上次发布: June 17, 2016ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000087945
已提交
May 28, 2015
上次修改时间
June 5, 2024
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
1.1
操作系统
Windows OS
操作系统版本
7
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
For closePanel, PanelManager will invoke panel's onClose method and then hide the panel, because framework defines how to close a panel (hides it). However, the framework does not know how to minimize a panel, the minimize behavior is defined by panel, so PanelManager just invoke panel's onMinimize method. So, panel should minimize itself in it's onMinimize method.