Completed
Last Updated: 20 Nov 2019 15:08 by ADMIN
Created by: Marty
Comments: 1
Category: Editor
Type: Feature Request
2
It would be nice if the placeholder text for the Editor widget were removed on element focus.
Completed
Last Updated: 11 May 2021 11:35 by ADMIN
Created by: Philip
Comments: 0
Category: Editor
Type: Feature Request
2
I'm looking for a way to use the Kendo UI inline editor with H1/H2 tags and not only DIV tags. This is currently not working when adding contentEditable: http://www.kendoui.com/forums.aspx/kendo-ui-web/editor/use-in-place-editor-for-headlines-h1-h2.aspx
Unplanned
Last Updated: 28 Feb 2020 08:03 by ADMIN
Created by: rudy
Comments: 3
Category: Editor
Type: Feature Request
2
Allow us to activate the inline editor by double-click or by an event.  This way users can click inside the HTML, select it, copy,etc and if they actually want to edit they can double-click or click a button.
Declined
Last Updated: 02 Mar 2020 12:19 by ADMIN
Created by: Julie
Comments: 1
Category: Editor
Type: Feature Request
2
In the editor, the image manager search should search the current folder and any folders underneath it and return all matching images. Currently it only searches the current directory.
Declined
Last Updated: 28 Feb 2020 07:14 by ADMIN
it would be very nice if it can keep the original format including the color, size, indent, bullet and even image.
Completed
Last Updated: 20 Dec 2019 12:29 by ADMIN
Created by: Julie
Comments: 1
Category: Editor
Type: Feature Request
2
We have discovered an odd issue with the editor which can be seen here http://dojo.telerik.com/ijiRu.

Create a hyperlink in the editor then move the cursor to the start of the text and hit enter. A new line is created. Now when you view source you end up with 2 links instead of an empty paragraph.

<p><a href="http://google.com">&nbsp;</a></p><p><a href="http://google.com">google</a></p>

This can then lead to problems where multiple links are showing up where only 1 was created.
Unplanned
Last Updated: 02 Mar 2020 11:37 by ADMIN
RE: Support ID:1010795 -- KendoUI Editor Stripping
Why does your editor control:
a. Strip whitespace?
b. Provide no way to change this behaviour with an option?

I think it is clear that this was a design/coding error on your part, so can you please rectify this please?

G.
Declined
Last Updated: 20 Dec 2019 12:31 by ADMIN
Created by: Julie
Comments: 2
Category: Editor
Type: Feature Request
2
The colour picker palette should be capable of accepting name value pairs. This way, the colours can be named or given a hint which shows as a tooltip to help users choose which colour to use. Very helpful when we allow users to create a list of colours which could be subtly different and only a hint would easily differentiate them.
Completed
Last Updated: 18 Mar 2021 11:49 by ADMIN
Unplanned
Last Updated: 02 Mar 2020 12:51 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
2
In the image browser of the editor, when uploading an image there isn't any loading component which is disturbing for the user since sometimes it can takes several seconds but the user don't knows that upload in really in progress
Unplanned
Last Updated: 02 Mar 2020 12:50 by ADMIN
Kendo UI editor converts every URL pasted or written into an Html link, it might be nice to be able to configure that behavior. By default it can be left as it is, converting the urls into links, but it will be nice to expose an option to disable that behavior.
Declined
Last Updated: 29 Mar 2021 07:00 by ADMIN
The current Grid / Editor combo don't work together, making it nearly impossible to use the Editor inside a Grid. It may be possible, but that requires [AllowHtml] atribute on the model, which is a security concern.
More details:
http://www.telerik.com/forums/kendo-editor-in-a-grid-popup-editor
Unplanned
Last Updated: 02 Mar 2020 12:12 by ADMIN
Created by: Marc
Comments: 2
Category: Editor
Type: Feature Request
2
In microsoft word it is possible to indent with tab and outdent with shift-tab in lists. Could you implement such keyboard navigation.

Thanks
Unplanned
Last Updated: 02 Mar 2020 11:52 by ADMIN
Declined
Last Updated: 20 Dec 2019 12:13 by ADMIN
When I resize the window I get so now and then the above issue. Please add a check whether "window" is undefined or not.

It is at line number 70738 in de kendo.all.js of version 2018.2.620
Unplanned
Last Updated: 25 Jun 2019 13:35 by ADMIN
Created by: Archy
Comments: 1
Category: Editor
Type: Feature Request
2

http://валидный.урл

_detectEnd works incorrectly with IDN links.

Completed
Last Updated: 16 Jan 2024 15:41 by ADMIN
Created by: Archy
Comments: 0
Category: Editor
Type: Bug Report
2

Hi, steps to reproduce problem:

1. Crete editor with content:

<p>hello&nbsp;
<strong contenteditable="false">OMG</strong>
&nbsp;world</p><p>&#65279;</p>

2. Put cursor at the end

3. Hit backspace

Strong tag disappears but it shouldn't.

 

Attached html file with the case.

Unplanned
Last Updated: 02 Jul 2019 08:01 by Pål

Is it possible to have several Kendo UI Editors on one page with a single toolbar?

 

Regards,

Pål Christian Eidem

Unplanned
Last Updated: 01 Jun 2020 12:57 by ADMIN
Created by: Steven
Comments: 0
Category: Editor
Type: Feature Request
2

The modality of the Editor's popups affects performance when multiple Editors are initialized or destroyed. Example: https://dojo.telerik.com/OZiHAzAn/4

Note that modality is turned on before initializing the Editors and turned off afterwards. This leads to a performance boost, more noticeable on destroying the Editors. Performance is worse, if modality is not set. For additional details see (Ticket ID: 1469512).

Research whether performance improvements are possible to implement in the Editor's source code, which will avoid having to switch popup modality as demonstrated in the linked example.