Bug #21863 » rtehtmlarea_bugfix_13057_typo3_4-2.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail) | ||
---|---|---|
this._customUndo = true;
|
||
this.doctype = '';
|
||
this.eventHandlers = {};
|
||
this.ready = false;
|
||
}
|
||
};
|
||
... | ... | |
}
|
||
}
|
||
editor.updateToolbar();
|
||
editor.ready = true;
|
||
};
|
||
/*
|
||
... | ... | |
if (editor) {
|
||
RTEarea[editorNumber].editor = null;
|
||
// save the HTML content into the original textarea for submit, back/forward, etc.
|
||
editor._textArea.value = editor.getHTML();
|
||
if (editor.ready) {
|
||
editor._textArea.value = editor.getHTML();
|
||
}
|
||
// release undo/redo snapshots
|
||
window.clearInterval(editor._timerUndo);
|
||
editor._undoQueue = null;
|
- « Previous
- 1
- 2
- 3
- Next »