我在我们的应用程序中使用 EXTJS 3.0。我在窗口内显示一个表单面板。我在表单面板中使用 HTML 编辑器。在 FF 3.6 中将光标放在编辑器中工作正常。但在 FF 10.0 中,它的抛出错误说
未捕获的异常:[异常...“组件返回失败代码:0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDocument.queryCommandState]”nsresult:“0x80004003 (NS_ERROR_INVALID_POINTER)”位置:“JS 框架 :: ext-all-debug.js :: ::第 58124 行“数据:无]
并且光标没有放在编辑器中。
版本可能有什么问题?
这是我在我的 java 脚本文件中编写的代码
**var test = new Ext.form.HtmlEditor({
id:'testing',
name:'tests',
fieldLabel:'Test',
width:200,
height:150,
allowBlank:false,
enableColors : true,
enableFont : false,
enableFontSize: true,
enableFormat: true,
enableLists: true,
enableSourceEdit: false,
listeners: {
sync: function(f){
}
}
});** 请帮我摆脱这个浏览器问题
感谢和问候
宾杜
高半径