Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (révision 10188) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js (copie de travail) @@ -1060,7 +1060,7 @@ }); break; } - var tr = cell.parentElement; + var tr = cell.parentNode; var no_cols = parseInt(prompt(this.localize("How many columns would you like to merge?"), 2)); if (!no_cols) break; var no_rows = parseInt(prompt(this.localize("How many rows would you like to merge?"), 2));