Unplanned
Last Updated: 04 Aug 2023 14:57 by Dev
Created by: Dev
Comments: 1
Category: Editor
Type: Feature Request
1
Currently, if you place an Editor in Bootstrap Modal (version 5.2.3 onward), you cannot type in the input fields in the InsertImage tool popup. Here is a small example to demonstrate - https://dojo.telerik.com/IgaVExOv/4
Unplanned
Last Updated: 28 Feb 2020 07:07 by ADMIN
Created by: Katherine
Comments: 1
Category: Editor
Type: Feature Request
1
IT would be nice for the Kendo Editor "Snippet" feature to read its list for a datasource. and also provide events to system when the Snippet selection is changed. 
Completed
Last Updated: 13 May 2019 16:22 by ADMIN
Release 2019.R2

Steps to reproduce:

1. Go to https://demos.telerik.com/kendo-ui/editor/index using IE11

2. Delete a sentence in the editor by repeatedly pressing the backspace key.

Result:

The characters are deleted slowly with noticeable lag and jank.

Investigation

The following profile shows the FPS drop when you repeatedly press backspace.

 

I believe the call to refreshTools is expensive (for IE) and it is invoked on every keyup for backspace.

Completed
Last Updated: 26 Jan 2018 16:47 by ADMIN
Created by: Imported User
Comments: 2
Category: Editor
Type: Feature Request
1
I love that most of the big Kendo Components are now available to use with Vue Wrappers but the Kendo Editor is still not supported. The Kendo Editor is one of the best WYSIWYG editors that I've used but unfortunately I'm not able to take full advantage of it in my current Vue application.
Won't Fix
Last Updated: 02 Mar 2020 12:09 by ADMIN
Created by: Marc
Comments: 2
Category: Editor
Type: Feature Request
1
If the DEL key is pressed at the end of Row 1.1.1

- Row 1
  - Row 1.1
    - Row 1.1.1
- Row 2
- Row 3


then it looks like this (with two slashes -)


- Row 1
  - Row 1.1
    - Row 1.1.1Row 2
- - Row 3

This is the answer from Telerik:
I am afraid the result of the delete key press comes entirely from the browser. You can check out this example here: http://dojo.telerik.com/ejEfu. If you repeat the same steps, you will get the same results. This is how the browser interprets the deletion with del key in this scenario. 
The Kendo Efitor does not somehow interrupt the browser deletion functionality and currently has no control over the content that is deleted and replaced. You could possible suggest a feature request on the topic in the Kendo Feedback channel so that others can vote for your suggestion. The solution of that case would be the deletion commands to be controlled via custom editor commands (something that is not present currently).
Unplanned
Last Updated: 20 Dec 2019 12:18 by ADMIN
Created by: Jamil
Comments: 0
Category: Editor
Type: Feature Request
1

The div-based (inline) editor changes the size of the editor container as the text in the editor changes - it both increases and decreases in height as the user changes content.

We'd like to have the same capabilities in the iframe-based editor so that the DOM around it can flow according to the current content size.

Unplanned
Last Updated: 21 Mar 2019 11:07 by ADMIN
Created by: Marcello
Comments: 1
Category: Editor
Type: Feature Request
1

Editor using editable Div container is really better, for various reasons, that editor using iframe.

Inline Editor can be the solution, but I want also a nice standard editor as the standard mode.

A simple and good solution can be add a new parameter as "toolbarContainer" that is a dom element where editor put the toolbar.

If noset in standard mode, editor apply standard strategy and put it in a div on top of iframe.

If noset in inline mode, editor apply standard strategy and put it in a flying popup.

if set, toolbar editor put toolbar in the selected area.

Thanks,

marc.

Unplanned
Last Updated: 21 Mar 2019 11:08 by ADMIN
Created by: Marcello
Comments: 1
Category: Editor
Type: Feature Request
1

What's a Widget?

Witget is simple a not editable div that can contains some html and that we can put into the editor, look this sample:

https://dojo.telerik.com/@MarcellusZebra/egEyAXoB

The sample is pretty ready to use but something is missing.

- User must be able to resize the widget in a better way

- User must be able to drag widget around in the editor

Widgets Support allow to move kendo editor to a new level where user can use it creating amazing reports, I hope you can accept this request.

marc.

Declined
Last Updated: 02 Mar 2020 12:48 by ADMIN
Would be nice for the Editor content to be centered so it appears professional in Corporate announcements
Completed
Last Updated: 02 Mar 2020 12:53 by ADMIN
With current editor, after you copy table which has merged cells to editor, merged cells are gone, Cells are shifted forward.
Completed
Last Updated: 28 Nov 2019 15:31 by ADMIN
Release 2019.R2.SP1
Created by: Daniel
Comments: 1
Category: Editor
Type: Bug Report
1

Dear Telerik team,

 

when I apply a HTML-text with a paragraph to kendo editor it does show a vertical scroll bar in IE. Which is wrong. Chrome does not. See this dojo: https://dojo.telerik.com/AsuNiPuh/4

 

How can I fix this?

 

Kind regards

Daniel

Completed
Last Updated: 28 Feb 2024 07:27 by ADMIN
Created by: Jitender
Comments: 1
Category: Editor
Type: Bug Report
1

1. use safari browser

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

3.  copy a long text over 25 characters

4. paste the copied text in the editor

5. notice that the scroll takes you to the bottom of the page, The same is not noticed in any other browser.

6. This is very inconvenient. 

 
Unplanned
Last Updated: 20 Jan 2020 09:43 by ADMIN
Created by: Archy
Comments: 5
Category: Editor
Type: Feature Request
1

Hi, our project consists from two almost independent parts. First uses most of kendo things and the second uses only editor with pretty basic tools.

Kendo Editor and it's plugins depend on most things of lib so custom build with only editor option almost has no sense. Would be nice to have ability to switch off plugins/tools from editor during building. Also would be nice to add custom build options to less.

 

Completed
Last Updated: 22 Jan 2020 09:49 by ADMIN
ADMIN
Created by: Sherman
Comments: 2
Category: Editor
Type: Feature Request
1
Being a Telerik Evangelist & Sales Engineer, I do constantly development with Kendo UI. And I just thought it will be good to put this idea out here, so everyone whose also using the Editor control can also vote or comment on this feedback.

I've done research on the API documentation and also looking at the demo samples. If any of you have noticed, the "Folder" item in our ImageBrowser shows a tiny grey square which doesn't look very nice.

I was thinking, perhaps it will be good for us to have the option to configure the image we want to use for our folders/directories.
Unplanned
Last Updated: 28 Feb 2020 08:03 by ADMIN
Created by: Ricardo
Comments: 0
Category: Editor
Type: Feature Request
1
Sometimes it might be useful to move some tools to a new line inside the toolbox. This creates the possibility of having a better static arrangement of the tools.
Completed
Last Updated: 22 Nov 2019 08:46 by ADMIN
Re-size/positioning of the table is very important which gives option for user to create table 
Completed
Last Updated: 18 Jul 2016 11:42 by ADMIN
Created by: Marc
Comments: 3
Category: Editor
Type: Feature Request
1
I use the Kendo Editor with inline mode. As soon as I paste some text from clipboard to the editor, the editor scrolls to the end. When the document ist very large, then you have to scroll back to the position where the cursor was located before pasting. Very difficult to work.
Unplanned
Last Updated: 28 Feb 2020 07:53 by ADMIN
My client is working with a huge library of images and they requested a feature where they can arrange by the latest image upload.
Currently the Insert Image window allows me to arrange by name and size only.
Completed
Last Updated: 16 Sep 2019 14:24 by ADMIN
Release 2019.R3
Created by: Pål
Comments: 0
Category: Editor
Type: Bug Report
1

Bug report

Unable to resize a column inside a table inserted in Editor

This is a regression represented after Kendo UI 2019.2.619

Reproduction of the problem

  1. Open this Dojo and run it
  2. Add a table(no matter of its size)
  3. Try to resize a column, not the whole table. No matter of the direction you resize the column its board is moving to the left
  4. When you release the mouse button the column is resized in a totally different way than the resize indicator showed

Current behavior

Please check this video for more details

Expected/desired behavior

The columns inside a table should be resizable.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
Won't Fix
Last Updated: 20 Dec 2019 11:56 by ADMIN
Created by: Dmitry
Comments: 1
Category: Editor
Type: Bug Report
1

Bug report

Copied text is pasted with some (editor's ?) styles.

Steps to reproduce

1. Open the Demo page in the Edge browser:

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

2. Copy some words (e.g. "Kendo UI Editor") from the editor's default text.

3. Paste them at the end of the text.

4. Open developer tools (F12).

5. On the Elements tab, select the pasted paragraph and check its style, you will see <span style="display: inline !important; etc.