Unplanned
Last Updated: 29 Jan 2024 10:09 by ADMIN
Created by: Christian
Comments: 2
Category: Editor
Type: Feature Request
11
Currently, formatting is cleared when a table is pasted from a Word document, or from Excel into the Editor.

Add support for persisting table formatting: borders, font-color, background-color, etc.
Unplanned
Last Updated: 21 Jan 2020 08:27 by ADMIN
Created by: Jesse
Comments: 3
Category: Editor
Type: Feature Request
10
Line numbering for the Kendo UI Editor
Unplanned
Last Updated: 21 Jan 2020 13:03 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
9
I would like the editor to have more support for Bootstrap editing. Adding and controlling col-* div containers using the editor. Most modern editors have such control but none excels. Adding support for glyph icons and responisve tables and commonly used class for them, such as "table-striped".
Unplanned
Last Updated: 20 Dec 2019 12:15 by ADMIN
Created by: Vaishnav
Comments: 0
Category: Editor
Type: Feature Request
9
We are using Kendo UI editor in our project and one of our requirement was to implement the inline comment feature. 

I have implemented a extension to Kendo editor using JS inbuild functions and CSS to create a Inline comments for any text in the editor.

User can select any text in the kendo editor and add review comments against it. Other user can see the comments, Reply to the comments or add, delete, edit their own comments.

User can clear all the comments on click of one button.
Completed
Last Updated: 21 Dec 2023 09:01 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

Immutable content is incorrectly removed when you delete line in the Editor textarea.

Reproduction of the problem

  1. Open this demo - https://demos.telerik.com/kendo-ui/editor/immutable-elements
  2. Place your mouse cursor after Dear Your Name,
  3. Hit Enter
  4. Hit Backspace

Current behavior

The immutable "Dear" part of the text is removed instead of the empty line

Expected/desired behavior

The immutable content should not be removed

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [all]
Unplanned
Last Updated: 21 Jan 2020 13:05 by ADMIN
In the editor, offer tools to collaborate on shaping text/content. This would include Word-like functionality to add notes/comments and use track changes with the ability to accept/reject notes, comments, and redlines.
Declined
Last Updated: 22 Nov 2019 08:59 by ADMIN
Created by: Stephen
Comments: 1
Category: Editor
Type: Feature Request
8
When the cursor is inside a table cell, typing the TAB key should move the cursor to the next table cell (moving left to right, top to bottom).
Unplanned
Last Updated: 23 Feb 2022 10:47 by Kilian
Created by: King Wilder
Comments: 3
Category: Editor
Type: Feature Request
7
It would be nice to have a code-formatter like the one in the MVC Extensions, or even an easy way to plug-in an open source code formatter into the Editor.
Unplanned
Last Updated: 21 Jan 2020 13:13 by ADMIN
Currently you cannot rename a folder. If you can create and delete you should also be able to rename.
Unplanned
Last Updated: 02 Feb 2021 14:40 by ADMIN
Created by: David Burns
Comments: 2
Category: Editor
Type: Feature Request
7
Add Link Tab to Image Editor

The idea is to add a link tab within the Image Editor that allows users to wrap the image with an href. This would cut out a step for people who want to add a link to images. (This functionality is available in the ckEditor)
Unplanned
Last Updated: 21 Jan 2020 13:08 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
7
The Editor is currently very reliant on inline styles. Inline styles can be used for XSS attacks, and per the OWASP guidelines they should be sanitized: https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.234_-_CSS_Escape_And_Strictly_Validate_Before_Inserting_Untrusted_Data_into_HTML_Style_Property_Values

This is not easy to do "after the fact", as it needs to be two way.

Suggest that the editor can be customized similar to TinyMCE (https://www.tinymce.com/docs/configure/content-formatting/#exampleofusageoftheformatsoption) to allow classes rather than inline styles.
Declined
Last Updated: 29 May 2020 11:05 by ADMIN
There are a number of controls missing from the new editor that was not in the old telerik editor. including Add spell check, cut, copy and paste {several options}, undo, redo, new paragraph, horizontal rules, insert time, insert symbol. Anyway to bring those functionalities into  ASP.net core?
Completed
Last Updated: 05 Sep 2022 06:30 by ADMIN
Release 2022.R3
Created by: Asela
Comments: 3
Category: Editor
Type: Bug Report
6

Hello,

When using the Editor, and pasting a table from Word, some of the styles are lost.

Here is a screenshot of the results when pasting the table from the attached document in this dojo: https://dojo.telerik.com/IraPuMAm.

Regards

Unplanned
Last Updated: 07 Sep 2021 09:18 by ADMIN
Created by: Ashok
Comments: 0
Category: Editor
Type: Feature Request
5
Currently, only <p> tag is available as a new line when Enter is pressed. It would be nice to have an option to change the <p> tag to <div>.
Completed
Last Updated: 18 Feb 2022 13:18 by ADMIN
Release 2022.R1.SP.next

Bug report

When you copy-paste a table with border styles from Word to Editor, the border styles are lost.

Reproduction of the problem

  1. Open this example - https://dojo.telerik.com/@martin.tabakov@progress.com/OwiSoVut/9
  2. Copy a table with border styles from Word and paste it in the Editor.

Current behavior

The border styles are lost

Expected/desired behavior.

The border styles should be preserved.

Environment

  • Kendo UI version: 2021.3.1109
  • Browser: [all]
Unplanned
Last Updated: 20 Jan 2020 09:23 by ADMIN
Created by: sreeraj
Comments: 0
Category: Editor
Type: Feature Request
5
For example when we type @ it should autocomplete a certain list of data in the editor
Declined
Last Updated: 07 May 2021 07:14 by ADMIN
Created by: Andrew
Comments: 5
Category: Editor
Type: Feature Request
5
It would be extremely nice if the "Insert Video" was added to the Editor. I know there are "hacks" and workarounds that make this possible, but it just doesn't have the right feeling to it. The editor in WordPress gives plenty more options to insert a video, and it's easier to use than the hacks/workarounds.
Declined
Last Updated: 23 Apr 2020 09:26 by ADMIN
Created by: Simon
Comments: 3
Category: Editor
Type: Feature Request
5
Add an enable() method to Editor to enable/disable the editor widget.

The following link mentions how to disable the contenteditable, but this does not disable the toolbar: http://www.telerik.com/forums/disable-readonly-and-maxlength-for-kendoeditor

Something like:

function(enable) { 
                        $(this.body).attr("contenteditable", enable);
                        if (enable) {
                            this.toolbar.element.closest(".k-editor-toolbar-wrap").find(".k-disabled-overlay").remove();
                        } else {
                            this.toolbar.element.closest(".k-editor-toolbar-wrap").append("<div class='k-disabled-overlay'></div>");
                        }
                    }
Unplanned
Last Updated: 14 Jun 2021 14:29 by ADMIN
By default, when a user clicks add link in the Editor, the url defaults to http. It should default to https as most sites use that.
Completed
Last Updated: 04 Jan 2021 15:57 by ADMIN
Release 2021.R1

Bug report

The toolbar of the inline Editor hides when the user click on a disabled button inside it or on the toolbar itself

  • This is a regression introduced with R3 2020 SP1 - 2020.3.1021

Reproduction of the problem

  1. Open this Dojo
  2. Open the toolbar and click on the disabled "Unlink" button or on the right part of the toolbar where there are no buttons

Current behavior

The toolbar hides after the user click on it.
090873e5-5386-409c-a2fa-4fd501bf53e7_editor-toolbar-issue

Expected/desired behavior

The toolbar should stay visible after the user click it

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]