Project

General

Profile

Bug #20270 » rtehtmlarea_bugfix_10836_typo3_4-2.patch

Administrator Admin, 2009-04-03 23:40

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (copie de travail)
table.id = "htmlarea_table_insert";
this.editor.insertNodeAtSelection(table);
table = this.editor._doc.getElementById(table.id);
table.id = "";
table.removeAttribute("id");
}
this.editor.selectNodeContents(table.rows[0].cells[0], true);
if (this.buttonsConfiguration.toggleborders && this.buttonsConfiguration.toggleborders.setOnTableCreation) {
(2-2/2)