|
Title: layout和window组合使用时碰到一个bug(1.3.2) Post by: zzdfc on April 12, 2013, 06:58:54 AM 在一个整页的layout中弹出一个模态window,然后把这个window最大化,再关闭这个window,此时layout会自动收缩,只剩下标题条。 这个现象只发生在1.3.2中,而1.3.1中则没有这个现象。 Title: Re: layout和window组合使用时碰到一个bug(1.3.2) Post by: stworthy on April 12, 2013, 08:26:32 AM Here is the file to fix this issue. Another way to solve this issue is to declare the whole layout as:
Code: <html style="height:100%"> |