开发者

(ExtJS 4.x) Mask not showing in IE 8

I have a wait massage that is being shown to cover the page until the call is done with database and it doesn't work in IE 8, though it works for FF, the code I am using is

panel.body.mask('Loading. Please wait...', 'x-mask-loading');

and when it finishes the call i make it dissapear by

panel.body.unmask();

this wo开发者_运维技巧rks in FF however in IE it doesn't do any effects, but the forms are submitted.


Try this, one google search away, first hit.

http://www.sencha.com/forum/showthread.php?89107-doesnt-display-masking-panel-in-IE8

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜