Completed
Last Updated: 13 Sep 2021 11:00 by ADMIN
Release 2021.R3

Bug report

When the Editor is in a <form> that also has inputs and the Enter key is pressed in the input fields, the first button in the Editor`s toolbar is selected.

Reproduction of the problem

  1. Open the Dojo example
  2. Click in one of the inputs and press Enter

Current behavior

The 'Bold' button is selected

Expected/desired behavior

The buttons in the Editor should not be selected when pressing Enter key in the external inputs.

Regression introduced with Kendo 2020.2.513

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all ]
Unplanned
Last Updated: 08 Sep 2021 06:42 by Charles

Bug report

When an image is placed inside an <a> tag resizing the image does not work as expected

Reproduction of the problem

  1. Open the Dojo example
  2. Resize the image in order to decrease the size
  3. Try to resize and increase the size of the image

Current behavior

The image can not be resized back to the original size (screencast). Its width can not be changed.

In case the image is set to float on the right after resizing its width becomes about 10px and is almost hidden - Dojo

Expected/desired behavior

It should be possible to resize the image by increasing/decreasing the size and keeping the width/height ratio.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all ]
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: 11 Aug 2021 10:32 by ADMIN
Created by: Calvin
Comments: 0
Category: Editor
Type: Feature Request
1

Is it possible to implement an Alphabetically ordered list (uppercase and lowercase) as a built-in tool in the Editor?

For example:

1) Alphabetically ordered list (uppercase):

A. Point A

B. Point B

2) Alphabetically ordered list (lowercase):

a. Point a

b. Point b

Unplanned
Last Updated: 21 Jul 2021 10:42 by ADMIN

Using contenteditbale=false to disable the Editor image and table resizing still works. 

Dojo to reproduce the problem:

https://dojo.telerik.com/acIhiqiN

Actual behavior:

Steps: 

1. Disable using the button

2. Try to resize the image - it can be resized

3. Try to resize the table- it can be resized

Expected:

Images and tables not to be resized

Unplanned
Last Updated: 19 Jul 2021 11:00 by ADMIN
Created by: Rohit
Comments: 3
Category: Editor
Type: Bug Report
1

Hi,

 

Bullets are not removed when content is deleted.

  1. Create text editor on a div
  2. Input some text
  3. Make it bold and underline
  4. Make it bulleted
  5. Add few more bullets
  6. Select all bullets
  7. Press backspace

Observe that two bullet points remain

 

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: 28 Jun 2021 06:34 by ADMIN
Created by: Imported User
Comments: 6
Category: Editor
Type: Feature Request
17
Currently CTRL+Z performs an "Undo" and it works well in the editor.  Can we add toolbar buttons for Undo and Redo?
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.
Completed
Last Updated: 10 Jun 2021 15:25 by ADMIN
Release 2021.R2.SP.next

Bug report

In the Editor with non-editable content, if you delete the content of the element and type new value, the new value cannot be obtained.

Regression introduced in Kendo 2020.1.114

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@martin.tabakov@progress.com/EgaKIGOQ/3.
  2. Place the cursor after the text in the Editor and press backspace.
  3. Type new value.
  4. Click the test button.

Current behavior

The value method returns an empty string.

Expected/desired behavior

The value method should return the newly typed content.

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all]
Completed
Last Updated: 03 Jun 2021 14:12 by ADMIN
Release 2021.R2.SP.next

Bug report

Reproduction of the problem

Dojo example. Video available in ticket id: 1496525 (first post).

  1. Click at the end of line2 in paragraph1
  2. Press Enter
  3. Type in some text, e.g., "paragraph2"
  4. Press Shift + Enter

Current behavior

Two new lines are created instead of one.

Expected/desired behavior

One new line is created.

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
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.
Completed
Last Updated: 27 May 2021 17:18 by ADMIN
Release 2021.R2
Created by: Tayger
Comments: 16
Category: Editor
Type: Feature Request
75
The images inside the editor Widget are resizable only when using Firefox. It would be great if the resize option for images is also available for other "big" browsers like Chrome, Safari and IE. I'm aware of the thread that says that only Firefox supports image resizing by default. This could be implemented independent of supporting it by browsers. Many other (opensource) editors like tinymce support that feature by default, that could be implement by Javascript instead of waiting for other browsers supporting it.
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
Declined
Last Updated: 07 May 2021 07:14 by ADMIN
Created by: Andrew
Comments: 5
Category: Editor
Type: Feature Request
5
It would be extremely nice if the "Insert Video" was added to the Editor. I know there are "hacks" and workarounds that make this possible, but it just doesn't have the right feeling to it. The editor in WordPress gives plenty more options to insert a video, and it's easier to use than the hacks/workarounds.
Unplanned
Last Updated: 13 Apr 2021 06:10 by ADMIN

I can use the Print-Dialog (Print-Icon in the Editor)  only once.

If I try to use it again nothing happens. If I do a page reload everything works fine for one time again.

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: 23 Mar 2021 11:40 by ADMIN
Created by: Icon
Comments: 3
Category: Editor
Type: Feature Request
1

It would be very useful to extend the functionality of the hyperlink feature of the editor to enable same page links.

Our clients used this extensively in our previous editor and are complaining now that we have switched to the Kendo editor that this functionality is not available through the interface.

Declined
Last Updated: 19 Mar 2021 12:40 by ADMIN
Created by: Jan Erik
Comments: 2
Category: Editor
Type: Feature Request
4
Add the possibility to stop a user from deleting an image/folder in the ImageBrowser connected to the Editor. As it is now you can stop it serverside, but there is no way to prevent the folder/file to from being removed on the client.
Completed
Last Updated: 18 Mar 2021 11:49 by ADMIN