Project

General

Profile

Bug #21863 » rtehtmlarea_bugfix_13057_typo3_4-2.patch

Administrator Admin, 2010-03-05 02:26

View differences:

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;
(3-3/3)