【发布时间】:2012-09-05 14:33:45
【问题描述】:
我有这个 javascript 代码在启动网站时显示一条消息:
Ext.onReady(function(){
Ext.MessageBox.show({
title:'Welcome to Site',
msg:'Welcome to this website!.',
buttons:Ext.MessageBox.OK,
icon:Ext.MessageBox.INFO
});
});
它在 Firefox 和 Chrome 中运行良好,但在 Internet Explorer 9 中显示不佳。关于如何解决此问题的任何想法?
【问题讨论】:
-
不显示文本,只创建一个带有 yes, no cancel in 的窗口.....
-
如果它不在 IE 中运行,那么它会报错? if give and error 什么样的错误?
-
在IE下运行,只是消息框显示不正确。
-
你用的是什么版本的 Extjs?
-
可能是 CSS 问题?仅凭此信息很难说。请发布重现问题的 jsfiddle.net 链接。
标签: javascript extjs internet-explorer-9