window隐藏后再显示报错

如题,我创建了一个window,首先我希望隐藏,调用了window.hide()方法,隐藏了视窗,然后我又调用了window.show()方法就报错了。

TypeError: Cannot read property 'maskParent' of null

__getset(0,__proto,'internalVisible',function(){
return this._internalVisible && (!this._group || this._group.internalVisible)
&& !this._displayObject._cacheStyle.maskParent;
});

请问下,是我哪里使用出错了还是什么原因。
已邀请:

谷主

赞同来自:

用官方demo测试。

要回复问题请先登录注册