Skip to content

Pasted tables with merged cells from Word to the Editor are not formatted correctly #7470

@kendo-bot

Description

@kendo-bot

Bug report

When pasting a table that contains merged cells from Word to the Editor is not formatted correctly.

Reproduction of the problem

  1. Create an Editor as per the example below:
    $("#editor").kendoEditor({
        pasteCleanup: {
          msAllFormatting: false,
          msConvertLists: false,
          msTags: false
        }
    });

https://dojo.telerik.com/@sspasova/unadahuL

  1. 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.
image

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]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions