Unplanned
Last Updated: 08 Aug 2023 18:24 by Paul

### 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
        }
    });

2) Copy the table from the attached ".docx" file and paste it into the Editor.

3) 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: 2023.2.718
* **jQuery version: 3.4.1
* **Browser: [all]

Unplanned
Last Updated: 13 Jul 2023 07:27 by ADMIN

Hello,

the "clean formatting" button in the Editor deletes Text.

1. Create unorderd List with 3 entries and 3 indents like:

  • Point 1
  • Point 2
  • Point 3
    • Point 1.1
    • Point 1.2
    • Point 1.3

2. select all the indent Points 1.1 to 1.3 and click the "clean formating" 

clean formatting is cleaning (deleting) the Points 1-3 :

After clean formating looks like this:

Point 1.1

Point 1.2

Point 1.3

 

It is reproducable on your Demosite

 

Regards

Michael Pospischil

 

 

 

Unplanned
Last Updated: 14 Sep 2022 13:45 by Vaibhav

Bug report

When the pasteHtml command or the paste method is used on a line that only has   or a tag these are deleted.

Reproduction of the problem

  1. Run this Dojo
  2. Press space a couple of times
  3. Click the Add Module button
  4. The spaces have disappeared

Alternatively, turn on Bold formatting without typing anything and click the Add Module button. The Bold formatting gets cleared

Expected/desired behavior

Pasting content in the Editor

Environment

  • Kendo UI version: 2022.3.802
Unplanned
Last Updated: 31 Jan 2022 19:37 by ADMIN
Created by: Egbert
Comments: 1
Category: Editor
Type: Bug Report
1

Describe the bug

In version 2022.1.119 when the Editor is placed in the same container with another element that also has width:100% the Editor is visibly wider.

To reproduce

  1. Run this Dojo or this REPL
  2. Inspect the Editor's wrapper

Expected behavior
The Editor's width should not be overridden

Screenshots
image

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All

Build system information (please remove the unneeded items)

  • Not Applicable

Additional context
Issue not reproducible with Less Themes

Unplanned
Last Updated: 04 Dec 2020 16:45 by Mukul

Bug report

If a ListItem element contains a margin-left style, the user can not delete the bulleted item.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. Using case 1 in the code, attempt to delete a bulleted item using the backspace.
  3. Using case 2, only the last bulleted item is using margin-left and will not be able to delete.

Here is a screencast of Case 1 in action.

Expected/desired behavior

The bulleted item should be deleted when the user presses backspace.

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: all