Unplanned
Last Updated: 25 Jun 2019 06:58 by ADMIN
Created by: Dmitry
Comments: 0
Category: Editor
Type: Feature Request
0

Please have a look at the following example:

https://dojo.telerik.com/eRajAbIX/

Steps to reproduce:

1. Select a single word in the editor, e.g. ipsum.

2. Click the Clean formatting button.

3. The background color of the selected word was not changed.

Currently, the cleanFormatting tool works for removing the format from the entire element and does not split the content if a word is selected. This could be enhanced so that the selected part of the element is split into a new nested element whit no formatting.

Completed
Last Updated: 11 Dec 2023 16:20 by ADMIN

Bug report

Reproduction of the problem

Reproducible in the demos.

  1. Shrink the browser window so that some of the Editor tools go under the overflow button.
  2. Click the overflow button and then click a tool in the dropdown that opens a dialog ("Insert Image" or "Insert hyperlink").

Current behavior

A new dialog opens, but the overflow dropdown does not close and remains visible below the newly opened dialog.

In the inline Editor the overflow dropdown is shown above the newly opened dialog.

Expected/desired behavior

The overflow dropdown closes.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all ]
Completed
Last Updated: 16 Sep 2019 14:25 by ADMIN
Release 2019.R3

When a bullet list with a nested table is created in Word, and then copied into the Editor, a "Cannot read property 'cells' of undefined" error is being thrown. The issue can be reproduced only when the msConvertLists option is set.

Reproduction of the problem

  1. Open https://demos.telerik.com/kendo-ui/editor/paste-cleanup

  2. Paste content from editor-test.docx.


Completed
Last Updated: 09 Sep 2019 13:52 by ADMIN

Our team is fixing all WCAG guideline bugs in our product. The 3.1.1 guideline can't be met because the Kendo editor doesn't allow for setting a lang attribute on the iframe document, nor does the editor infer the language from the parent document and add that lang attribute.

 

Repro: 

Open the editor example page (https://demos.telerik.com/kendo-ui/editor/index). Note that the editor iframe document contains <html> at the top but does not contain a lang="en" attribute within it. Further, edit the example on the page and add lang="en" to the <html> attribute at the top of the example. Run the example. The iframe still does not contain the lang="en" attribute.

 

Solution:

Include the lang attribute on the child document when the parent document contains one or make a setting available in the configuration JSON for the editor to include a lang attribute in the child document when an iframe is used.

 

Documents:

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