Bug report
When pasting a table that contains merged cells from Word to the Editor is not formatted correctly.
Reproduction of the problem
- Create an Editor as per the example below:
$("#editor").kendoEditor({
pasteCleanup: {
msAllFormatting: false,
msConvertLists: false,
msTags: false
}
});
https://dojo.telerik.com/@sspasova/unadahuL
- Copy the table from this file
ExampleTable.docx
and paste it into the Editor.
Current behavior
The pasted table does not match the table from the Word file.

Expected/desired behavior
When copying and pasting tables from Word into the Editor, their formatting should match.
Environment
- **Kendo UI version: 2024.1.130
- **jQuery version: 3.7.0
- **Browser: [all]