Project

General

Profile

Bug #21863 » rtehtmlarea_bugfix_13057_typo3_4-3_v2.patch

Administrator Admin, 2010-03-05 02:18

View differences:

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (copie de travail)
this._timerToolbar = null;
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.getPluginInstance("EditorMode").getHTML();
if (editor.ready) {
editor._textArea.value = editor.getPluginInstance("EditorMode").getHTML();
}
// do final cleanup
HTMLArea.cleanup(editor);
}
(2-2/3)