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.
Unplanned
Last Updated: 02 Mar 2020 12:12 by ADMIN
Created by: Stephen
Comments: 1
Category: Editor
Type: Feature Request
4
Add a configuration option to the editor to allow the TAB key to indent the first line of a paragraph (add whitespace) rather than tabbing between elements.
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: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: 18 Feb 2020 08:19 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
4

Hi,

In trying to use the Table Wizard in the Editor, I can see an 'Alignment' option which allows me to set the text alignment (<table style="text-align:center;">) - but I don't see an option for the physical placement of the <table> itself within the HTML.

While I know the 'align' property for the <table> object has been deprecated, we can obviously use <table style="float:right"> - but this requires a user to manually edit the HTML the Table Wizard generates after it has been created, which kind of defeats the object of having a wizard.

We are actively trying to minimise the amount of HTML knowledge people need to use these tools, and the Wizard UI is a definite positive step here - can there not be an option added to it to allow this positioning to be selected in the wizard too?

Thanks,

Steve

Duplicated
Last Updated: 10 Mar 2020 12:26 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
4

Can the 'Insert Hyperlink' popup within the mini and full Editors be expanded to allow users to create different types of links e.g. email, web, anchor.

The 'Hyperlink Manager' in the ASP.NET AJAX tools is the blueprint for what we are looking for here - something that a non-technical user can use to create different types of hyperlinks easily and intuitively within the Editor.

The fact that you can select items from the Document Manager, use CSS classes to style the links, etc. is a real plus here too.

Completed
Last Updated: 04 Jan 2021 15:57 by ADMIN
Release 2021.R1

Bug report

The toolbar of the inline Editor hides when the user click on a disabled button inside it or on the toolbar itself

  • This is a regression introduced with R3 2020 SP1 - 2020.3.1021

Reproduction of the problem

  1. Open this Dojo
  2. Open the toolbar and click on the disabled "Unlink" button or on the right part of the toolbar where there are no buttons

Current behavior

The toolbar hides after the user click on it.
090873e5-5386-409c-a2fa-4fd501bf53e7_editor-toolbar-issue

Expected/desired behavior

The toolbar should stay visible after the user click it

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
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]

Completed
Last Updated: 03 Feb 2023 12:22 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)

Hello,

I have identified an issue within your editor within Kendo UI for jQuery.

When you open the editor on an iPhone, Safari will display some dropdowns in the editor's toolbar twice. You will see the Kendo dropdown, and to the right Safari displays the original <select>. It seems to be impossible to hide the <select> by CSS.

You can reproduce this issue at your own demo website, when you use Safari on an iPhone device:
https://demos.telerik.com/kendo-ui/editor/index

See sample presentation in the attached file.

 

Is this a known bug?
Do you have a workaround or a fix for this behaviour?

Kind regards,
Markus

Completed
Last Updated: 30 Aug 2022 09:06 by ADMIN
Release 2022.R3

Bug report

When the Editor is opened on iPad in desktop mode it seems like it has not been initialized. It is displayed as a standard textarea.

Reproduction of the problem

  1. Open the Demos on ipad in desktop mode. - https://demos.telerik.com/kendo-ui/editor/index

Current behavior

The Editor is displayed as a standard textarea. There is no toolbar rendered.
image

Expected/desired behavior

The Editor should be rendered as on the other devices/browsers.

Environment

  • Kendo UI version: 2022.1.412
  • Browser: [all ]
Unplanned
Last Updated: 21 Nov 2022 16:32 by omti
Created by: omti
Comments: 0
Category: Editor
Type: Feature Request
4

Hi Team,

I would like to request the Kendo UI Editor to be configurable with a newLine mode.  It could have options such as <p>, <br>, and <div> like the following:

           $("#editor").kendoEditor({
               newLine: {
                  mode: "p" //or "div" or "br"
               }
            });
Thank you!  

Declined
Last Updated: 20 Dec 2019 12:23 by ADMIN
Currently you can only set the width as a pixel value. I have users who would like to set the width as a percentage value. 
Completed
Last Updated: 29 Jul 2020 08:51 by ADMIN
Created by: Steve
Comments: 7
Category: Editor
Type: Feature Request
3
We have discovered an issue in the Editor around insertion of text using a custom button - it can be seen at http://dojo.telerik.com/EZijI

If you highlight text that is contained within a <span> tag, and use a custom button to insert more text (in this case, replacing the highlighted text), the text gets removed successfully, but the <span> gets closed, and the inserted text appears outside the closing </span> tag. 

Given that <span> tags can be used to format text, you therefore lose the formatting you had applied to the text you removed, and the new text appears unformatted i.e. inheriting formatting from the parent, which is not expected behaviour.
Declined
Last Updated: 28 Feb 2020 07:58 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
3
We'd like to give users the ability to insert hyperlinks in the editor. 

We have the restriction that instead of the default Kendo insert link dialog, we need to show a custom dialog. We effectively limit what the user is allowed to link to (a set of internal documents).

There's no easy way to achieve this functionality with the current API. We had to extend the create link tool ourselves to support this.

Thanks.
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.
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. 
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.
Unplanned
Last Updated: 04 Oct 2019 11:46 by ADMIN
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
3

Currently, the images in the Editor component are being handled as base64 code. Inserting larger images could cause browser issues. 

This is why it will be nice if there is a built-in functionality that enables configuration options to setup upload for images on Drop/Paste upload and insert links to the destination path.

Features of this functionality:

  • Show progress bar for the images being uploaded
  • Add configuration which can set the URL to the destination of the uploaded images for the links
Unplanned
Last Updated: 13 Aug 2020 07:39 by Mukul

Bug report

The last row of a table in the Editor cannot be resized.

Reproduction of the problem

  1. Open this demo - https://demos.telerik.com/kendo-ui/editor/table-editing.
  2. Try resizing the last row.

Current behavior

The upper row will be resized instead.

Expected/desired behavior

The last row should be resized.

Environment

  • Kendo UI version: 2020.2.617
  • Browser: [all]
Completed
Last Updated: 16 Jul 2024 12:17 by ADMIN
Release 2024 Q3 (Aug)
Created by: Prakash
Comments: 0
Category: Editor
Type: Bug Report
3

Bug report

Inline Editor does not close if you drag it to another position. Additionally, while dragging, occasionally the Editor will disappear, or it will have a padding from the cursor.

Regression introduced with 2023.2.606

Video - http://somup.com/cZeOQ5CYa8

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/OvumAcaH/7
  2. Open and drag the inline Editors to observe the behaviour.

Current behavior

The inline Editor remains open when it loses focus

Expected/desired behavior

Thе inline Editor should close when it loses focus

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]