Bug #21863 » rtehtmlarea_bugfix_13057_typo3_4-3.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
this._timerToolbar = null;
|
||
this.doctype = '';
|
||
this.eventHandlers = {};
|
||
this.generated = false;
|
||
}
|
||
};
|
||
... | ... | |
}
|
||
}
|
||
editor.updateToolbar();
|
||
editor.generated = true;
|
||
};
|
||
/*
|
||
... | ... | |
if (editor) {
|
||
RTEarea[editorNumber].editor = null;
|
||
// save the HTML content into the original textarea for submit, back/forward, etc.
|
||
editor._textArea.value = editor.getPluginInstance("EditorMode").getHTML();
|
||
if (editor.generated) {
|
||
editor._textArea.value = editor.getPluginInstance("EditorMode").getHTML();
|
||
}
|
||
// do final cleanup
|
||
HTMLArea.cleanup(editor);
|
||
}
|