You are not logged in.
Pages: 1
I''m loading a xinha instance in an extjs panel. When the panel is created, I activate, resize and setEditorContent.
This leaves the editor in a bizarre state where the html source text is editable, the wysiwyg text isn't and the two can get out of sync. Has anyone seen this behavior before?
Offline
No errors in firebug, I'm using 0.96beta2 and the setup and initialization work in extjs just fine if I start with the tab open.
The problem occurs when I start w/ the tab hidden and then switch to it.
Offline
Hmmmm, yes, from distant memory this is a known problem with the browser (not with Xinha, I don't think we do anything wrong).
I think you need to activate the editor ( with youreditor.activateEditor() ) after it becomes visible, and deactivate ( youreditor.deactivateEditor() ) before it goes invisible, if you activate before it's visible, you get strange behaviour.
James Sleeman
Offline
Pages: 1