Code:
[Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMNSHTMLDocument.designMode]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://localhost/h..../ext-2.1/ext-all-debug.js :: anonymous :: line 28447" data: no]
http://localhost/h..../ext-2.1/ext-all-debug.js
Line 28447
When i place a Ext.form.HtmlEditor on a Inactive tab on a TabPanel it shows the above error. If I set that tab active it works fine.
I have set
Code:
deferredRender:false
on the TabPanel
I want to have 2 HtmlEditors on 2 tabs.
Please give some thoughts ..
Thanks