Unplanned
Last Updated: 25 Feb 2025 08:11 by Miloslav
When converting HTML content from the Kendo UI for jQuery Editor to PDF, internal links do not navigate to the correct sections within the document. Instead of jumping to the intended section, the links redirect incorrectly.
Unplanned
Last Updated: 16 Apr 2025 12:56 by Tom

Description of the occurring behavior

the styling of links is handled inconsistently:

  • When you set the cursor inside a link and then change the text-color the color is changed.
  • When you select a block of text containing a link and style the entire block of text (e.g. change the color) and then you try to change the color of the link this has no effect.

The issue seems to be that in the first case a span is inserted inside the a-tag, while in the second case a span is created around the a-tag and the styling for the a-tag is then used.

Reproduction of the problem

This can be reproduced in the All Tools demo as shown in the following video.

NOTE: if only the link is selected, or the selection starts or ends with the link, then the link color is changed. The issue is reproducible only when there is selected text before and after the link.

Expected/desired behavior

The color should be applied to the link text too.

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [All]
Completed
Last Updated: 15 May 2025 08:52 by ADMIN
Release 2025 Q2 (May)

Bug report

When the Inline Editor is created from a collapsed pane in the Splitter, the toolbar of the Editor is broken.

Regression introduced with 2025.1.211

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/LIcdzbUQ/3
  2. Expand the collapsed pane
  3. Open the Editor

Current behavior

The inline Editor's toolbar is broken

Expected/desired behavior

The Editor's toolbar should be rendered correctly

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Completed
Last Updated: 27 Jun 2025 13:02 by ADMIN
Release 2025 Q3 (Aug)

Bug report
Custom ContextMenu tool in Editor does not trigger close in built-in ColorPicker tools (probably others as well) after 2025.1.211

Reproduction of the problem
1. Open the Dojo - https://dojo.telerik.com/vkqfrNLN

2. Click on Background color ColorPicker

3. Click on custom ContextMenu

Both popups overlap

Expected/desired behavior

Wokraround

Manually close popups of pickers

// Get the editor instance
          var editor = $("#editor").data("kendoEditor");

          // Close other dropdowns when clicking your custom tool
          $("#" + controlID).on("click", function () {
            var foreColor = editor.toolbar.element.find("input[data-command='foreColor']").data("kendoColorPicker");
            var backColor = editor.toolbar.element.find("input[data-command='backColor']").data("kendoColorPicker");

            foreColor.close();
            backColor.close();
          });

Environment
Kendo UI version: 2025.1.211 or newer
Browser: [all]

Unplanned
Last Updated: 30 Jun 2025 09:21 by Lee

Currently, when Chrome Translate is activated and the user presses 'Enter' key in the Editor, the text is translated.

Also, when Translate is enabled and the user types fast, some characters disappear, as Chrome rewrites the inner text of elements. I know that this can be controlled by adding a translate attribute.

However, I would like to have the option to control this by the built-in Editor configuration options (for example, translate: false).


Unplanned
Last Updated: 20 Dec 2019 12:20 by ADMIN

Currently, Editor's Formatting tool is that it works with block elements. But there are many scenarios where inline formatting is required and is very common. Hence, requesting to enhance the formatting option that works for both block and inline elements is a must-have for the Kendo UI Editor.

For more details on issue: #1362675  ticket was raised

Completed
Last Updated: 22 Nov 2019 08:50 by ADMIN
Created by: Shane
Comments: 2
Category: Editor
Type: Bug Report
0

after downloading 

@progress/kendo-ui version 2019.1.115 the default create table feature is not working. It is not working on multiple browsers even here: https://demos.telerik.com/kendo-ui/editor/all-tools

the table wizard works but not the cell selection way. Is there a fix for this soon?

 

Unplanned
Last Updated: 25 Mar 2019 11:36 by ADMIN
Created by: Gopi
Comments: 2
Category: Editor
Type: Bug Report
0

Please check dojo https://dojo.telerik.com/UMiREWiL

 

There is one kendo editor on the main page which is editable and when you click on the link below "Edit the content in pop-up", pop-up opens but doesn't show the content and also text editor is not editable.

 

Thank you,

Gopi

Completed
Last Updated: 09 Sep 2019 13:52 by ADMIN

Our team is fixing all WCAG guideline bugs in our product. The 3.1.1 guideline can't be met because the Kendo editor doesn't allow for setting a lang attribute on the iframe document, nor does the editor infer the language from the parent document and add that lang attribute.

 

Repro: 

Open the editor example page (https://demos.telerik.com/kendo-ui/editor/index). Note that the editor iframe document contains <html> at the top but does not contain a lang="en" attribute within it. Further, edit the example on the page and add lang="en" to the <html> attribute at the top of the example. Run the example. The iframe still does not contain the lang="en" attribute.

 

Solution:

Include the lang attribute on the child document when the parent document contains one or make a setting available in the configuration JSON for the editor to include a lang attribute in the child document when an iframe is used.

 

Documents:

Completed
Last Updated: 16 Sep 2019 14:25 by ADMIN
Release 2019.R3

When a bullet list with a nested table is created in Word, and then copied into the Editor, a "Cannot read property 'cells' of undefined" error is being thrown. The issue can be reproduced only when the msConvertLists option is set.

Reproduction of the problem

  1. Open https://demos.telerik.com/kendo-ui/editor/paste-cleanup

  2. Paste content from editor-test.docx.


Completed
Last Updated: 11 Dec 2023 16:20 by ADMIN

Bug report

Reproduction of the problem

Reproducible in the demos.

  1. Shrink the browser window so that some of the Editor tools go under the overflow button.
  2. Click the overflow button and then click a tool in the dropdown that opens a dialog ("Insert Image" or "Insert hyperlink").

Current behavior

A new dialog opens, but the overflow dropdown does not close and remains visible below the newly opened dialog.

In the inline Editor the overflow dropdown is shown above the newly opened dialog.

Expected/desired behavior

The overflow dropdown closes.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all ]
Unplanned
Last Updated: 25 Jun 2019 06:58 by ADMIN
Created by: Dmitry
Comments: 0
Category: Editor
Type: Feature Request
0

Please have a look at the following example:

https://dojo.telerik.com/eRajAbIX/

Steps to reproduce:

1. Select a single word in the editor, e.g. ipsum.

2. Click the Clean formatting button.

3. The background color of the selected word was not changed.

Currently, the cleanFormatting tool works for removing the format from the entire element and does not split the content if a word is selected. This could be enhanced so that the selected part of the element is split into a new nested element whit no formatting.

Completed
Last Updated: 16 Sep 2019 14:18 by ADMIN
Release 2019.R3

Bug report

Once the content area is blurred it can be focused only by clicking its upper part.

Regression introduced in R2 2019 SP1. Reproducible only in Chrome.

Reproduction of the problem

Demos. Screencast.

  1. Clear the Editor's content.
  2. Blur the widget and try to focus the content area by clicking in its bottom or mid section.

Current behavior

Content is not focused.

Expected/desired behavior

Content is focused.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [Chrome XX ]
Declined
Last Updated: 07 Aug 2019 08:25 by ADMIN
Created by: Dmitry
Comments: 1
Category: Editor
Type: Bug Report
0

Bug report

The fontSize tool gets focus after text selection. 

Steps to reproduce

* Open and run https://dojo.telerik.com/oRuLayir demo.

* Select /highlight Line4, choose 16 in the fontSize dropdown.

* Put the cursor at the end of Line6, select  Line4, Line5 and Line6 using the mouse. Note that the keyboard focus has shifted to the fontSize dropdown.

 

Unplanned
Last Updated: 26 Aug 2019 08:25 by Nitin

Bug report

When setting a special font of a given paragraph in the Editor component, if the "x" of the Font dropdown is pressed it will reset the font of this text to the default one. If we then want to change the format of a given paragraph(make it bold for example), we select the paragraph and click on the "Bold" button. The text which is being bolded is the one which font was previously reset, not the selected text which we expect to become bold.

Reproduction of the problem

  1. Open this Dojo and select a random text in the Editor
  2. Change the font of the selected text by choosing one from the "Fonts" dropdown
  3. After changing the font keep the text selection and click on the "x" in the "Fonts" dropdown. The font of the selected paragraph will be reset to the default one.
  4. Select a random text chunk in the Editor and click on the "Bold" button.
  5. See that the bolded text is not the one we expect to be, but the text which font we've reset.

The reported behavior is applicable to all styles - bold, italic, underline, text alignment, ul, ol.

Current behavior

When changing the style of a given selected text, after there was a font reset in the Editor, the new formatting we set is being applied on the text which font was reset, not on the selected one.

Expected/desired behavior

No matter the operations performed in the Editor when formatting a selected text, the format changes should be applied to the selected text only.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 07 Jul 2020 14:31 by ADMIN
  • Create a WYSIWG Editor
  • Add a Table with 2 rows and 2 columns
  • Select multiple cells by clicking on the first cell and then dragging to the right[Firefox_TableWizard_CellStyling_selection.png]
  • Click on the table wizard icon to open the table wizard
  • Select the Cell tab
  • Change the Background Color to something like red
  • Press the Ok Button
  • Now the first cell has a red background color and 2 columns are added after the first cell[Firefox_TableWizard_CellStyling_afterCellStyling.png]

 

Issue is only present in Firefox, Chrome does not allow selecting multiple cells.

The editor used for this was from the Demo Page:

https://demos.telerik.com/kendo-ui/editor/index

Unplanned
Last Updated: 26 Nov 2019 12:42 by ADMIN
Created by: Janne
Comments: 3
Category: Editor
Type: Feature Request
0
I would like to be able to generate PDF from editor using HTML template (like http://dojo.telerik.com/Ovegu), so i could specify headers and footers for all PDFs that are created by the user.
Completed
Last Updated: 28 Jan 2020 08:25 by ADMIN
Release 2020.R1.SP.next

Bug report

Dropping an image into the Editor's content results in the image being opened in the browser instead of being added to the widget's content. Reproducible in Chrome, IE and Edge. If there is existing content and the image is dropped in it, the image is added to the content as expected.

Regression introduced in 2019.2.619.
Related to #4994

Reproduction of the problem

Screencast.
Dojo example.

  1. Drag an image into the Editor's content.

Current behavior

The image is opened in the browser.

Expected/desired behavior

The image is added to the Editor's content.

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [Chrome 78, IE, Edge ]
Unplanned
Last Updated: 03 Feb 2020 11:42 by ADMIN

It will be a nice feature if it is possible to delete the tables inserted in the Editor by selecting them and then pressing the Delete/Backspace button.

Currently, this behavior is working in Internet Explorer as it can be observed in this video.

Unplanned
Last Updated: 20 Feb 2020 07:16 by ADMIN
Created by: Chinmaya
Comments: 1
Category: Editor
Type: Bug Report
0

Hi,

 

We are facing an issue as follows.

1. We type some ordered or unordered list and we move cursor one left or right.

2. We do select all and backspace to delete entire list.

 

Issue: First index or bullet never gets deleted does not matter how many times backspace is clicked. On inspecting dom we can see list structure is retained and does not get deleted.

 

Please find attached video.

 

Thanks