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: 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.
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: 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
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>.
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.
Unplanned
Last Updated: 21 Nov 2022 16:32 by omti
Created by: omti
Comments: 0
Category: Editor
Type: Feature Request
4

Hi Team,

I would like to request the Kendo UI Editor to be configurable with a newLine mode.  It could have options such as <p>, <br>, and <div> like the following:

           $("#editor").kendoEditor({
               newLine: {
                  mode: "p" //or "div" or "br"
               }
            });
Thank you!  

Unplanned
Last Updated: 02 Mar 2020 12:12 by ADMIN
Created by: Stephen
Comments: 1
Category: Editor
Type: Feature Request
4
Add a configuration option to the editor to allow the TAB key to indent the first line of a paragraph (add whitespace) rather than tabbing between elements.
Unplanned
Last Updated: 01 Jul 2021 13:17 by ADMIN

### Bug report

A non-breaking space is added at the beginning of each new row when typing in the Editor.  As a result, the method "getRange" returns a wrong "startOffset" index.

### Reproduction of the problem

    1. Subscribe to the "select" event of the Editor;

    2. Log the property "startOffset" of the "getRange" method in the browser console;

    3. Click on any line in the empty Editor and check the logged index. It is "1" instead of "0".

    4. Type in any text in the Editor and click at the beginning of the text - the logged index is "1" instead of "0".

A Dojo sample for reproduction: https://dojo.telerik.com/UqUNoBaM/8

### Expected/desired behavior

The non-breaking space should be removed when typing.

### Environment

* **Kendo UI version:** 2021.2.616
* **jQuery version:** 1.12.4
* **Browser:** [all]

Unplanned
Last Updated: 20 Dec 2019 12:19 by ADMIN
Created by: Chand
Comments: 0
Category: Editor
Type: Feature Request
4
I am using Kendo Editor in my site and I want to change the editor toolbar position as of my requirement wise it will move any side like as top, bottom.
Unplanned
Last Updated: 20 Dec 2019 12:18 by ADMIN
We want the toolbar of the editor to always be visible on the page regardless of the user's scroll position. At the moment the toolbar is at the top of the editor and if the user scrolls the page down, the toolbar disappears from sight. We want the toolbar to always remain at the top of the focused editor, available for the end user, like here.
Unplanned
Last Updated: 09 Jun 2020 07:23 by ADMIN
I want to use the ImageBrowser with services that perform the requested operations.. I've got my transport.read, transport.create, transport.destroy services created just fine and everything works.

However, the imageUrl and thumbnailUrl properties leave me baffled.


So transport.thumbnailUrl hard-codes a ?path={url} to whatever url you give it ... this seems like a major hack. I want to use a REST service with the generation of the thumbnail and I need to supply additional query string parameters, but the current implementation precludes doing so.

At least imageUrl lets me pass in a function or a parameterized string, but imageUrl ALWAYS tacks on the current relative path. The images that I'm using get stored in a DB by the service, so doing so makes no sense.

Both these properties should have the same abilities as the create,read, and destroy -- let me control what is passed in explicitly.
Unplanned
Last Updated: 18 Feb 2020 08:19 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
4

Hi,

In trying to use the Table Wizard in the Editor, I can see an 'Alignment' option which allows me to set the text alignment (<table style="text-align:center;">) - but I don't see an option for the physical placement of the <table> itself within the HTML.

While I know the 'align' property for the <table> object has been deprecated, we can obviously use <table style="float:right"> - but this requires a user to manually edit the HTML the Table Wizard generates after it has been created, which kind of defeats the object of having a wizard.

We are actively trying to minimise the amount of HTML knowledge people need to use these tools, and the Wizard UI is a definite positive step here - can there not be an option added to it to allow this positioning to be selected in the wizard too?

Thanks,

Steve

Unplanned
Last Updated: 20 Jan 2020 09:23 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
3
Currently we do not have Find and Replace dialog for editor. Telerik Editor has it. Our client need similar feature. 
Unplanned
Last Updated: 13 Aug 2020 07:39 by Mukul

Bug report

The last row of a table in the Editor cannot be resized.

Reproduction of the problem

  1. Open this demo - https://demos.telerik.com/kendo-ui/editor/table-editing.
  2. Try resizing the last row.

Current behavior

The upper row will be resized instead.

Expected/desired behavior

The last row should be resized.

Environment

  • Kendo UI version: 2020.2.617
  • Browser: [all]
Unplanned
Last Updated: 28 May 2019 06:57 by ADMIN
Show a progress bar for the currently uploaded file. This is needed for scenarios when big files are being uploaded, or the users have a slow network connection.
Unplanned
Last Updated: 04 Oct 2019 11:46 by ADMIN
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
3

Currently, the images in the Editor component are being handled as base64 code. Inserting larger images could cause browser issues. 

This is why it will be nice if there is a built-in functionality that enables configuration options to setup upload for images on Drop/Paste upload and insert links to the destination path.

Features of this functionality:

  • Show progress bar for the images being uploaded
  • Add configuration which can set the URL to the destination of the uploaded images for the links
Unplanned
Last Updated: 29 Mar 2024 07:30 by ADMIN
Created by: Mollie
Comments: 2
Category: Editor
Type: Bug Report
2

Bug report

If the ColorPicker tools in the Editor are configured to render a gradient, you cannot type in the HEX/RGB inputs.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/AWEmUSOS/7
  2. Open one of the Color tools.
  3. Try to type in the inputs.

Current behavior

The inputs are not selectable and you cannot type in them.

Expected/desired behavior

The inputs should be selectable so that you can type in them.

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Unplanned
Last Updated: 30 Jan 2023 09:59 by Remigijus

Bug report

When the content is scrolled and the user tries to click in the Editor, the cursor is not always set on the correct position

Reproduction of the problem

  1. Open the Dojo
  2. Scroll and try to click on different places in the Editor content.

Current behavior

Sometimes the cursor is not set in the expected position. screencast - https://somup.com/c0VvQMxw1m

Expected/desired behavior

The cursor should be set on the correct place when clicking

The issue is a regression and can be replicated starting with the 2022 R1 SP1 (2022.1.301)

Environment

  • Kendo UI version: 2023.1.117
  • Browser: [all ]
Unplanned
Last Updated: 01 Jun 2023 10:24 by ADMIN
Created by: hassan
Comments: 7
Category: Editor
Type: Feature Request
2

Hi Team,

I would like to request a ruler for the Kendo UI Editor where it could be used to align any text.  

Thank you!