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: 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.

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.

 

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.
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. 

 
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

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

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.

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: 17 Nov 2022 12:56 by ADMIN
Created by: Vijay
Comments: 3
Category: Editor
Type: Feature Request
11

Hi Team,

I need option to add the emojis with content in Telerik kendo editor MVC. 

Does this editor has emojis option in tool bar? If yes, kindly share the sample code or link.

If it's not has emojis option, kindly let us know how to achieve this.

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: 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.

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?

 

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.

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: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

Unplanned
Last Updated: 20 Dec 2019 12:21 by ADMIN
Created by: VnDevil
Comments: 1
Category: Editor
Type: Feature Request
18

Hi Support,

 

I want imageBrowser have a options to set allow Multiple upload images. I was try set multiple = true in upoad controls in imageBrowser but It's not working well.

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. 
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
Duplicated
Last Updated: 31 May 2021 07:36 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
3
When the Kendo editor is compiled, the toolbar is placed in a <td> tag. I suggest changing this to a <th> tag to allow the consumer to use the css attribute position: sticky. Sticky positioning does not work on <td>. This is a low-hanging fruit and will greatly improve usability.