Unplanned
Last Updated: 19 May 2020 14:03 by Bob

Bug report

Reproduction of the problem

Dojo example.

  1. Click the cell with name John
  2. Open the table wizard and select the Cell tab (Select All Cells is NOT checked)
  3. Chang the border color of the cell and hit OK

Current behavior

The border color of all cells is changed. If you re-open the table wizard and follow the same steps only the selected cell border color is set (expected). This behavior is not reproducible with tables added through the createTable tool.

Expected/desired behavior

The border color of the selected cell is changed.

Environment

  • Kendo UI version: 2020.2.513
  • jQuery version: x.y
  • Browser: [all]
Declined
Last Updated: 23 Apr 2020 09:26 by ADMIN
Created by: Simon
Comments: 3
Category: Editor
Type: Feature Request
5
Add an enable() method to Editor to enable/disable the editor widget.

The following link mentions how to disable the contenteditable, but this does not disable the toolbar: http://www.telerik.com/forums/disable-readonly-and-maxlength-for-kendoeditor

Something like:

function(enable) { 
                        $(this.body).attr("contenteditable", enable);
                        if (enable) {
                            this.toolbar.element.closest(".k-editor-toolbar-wrap").find(".k-disabled-overlay").remove();
                        } else {
                            this.toolbar.element.closest(".k-editor-toolbar-wrap").append("<div class='k-disabled-overlay'></div>");
                        }
                    }
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: 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.
Unplanned
Last Updated: 02 Mar 2020 12:51 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
2
In the image browser of the editor, when uploading an image there isn't any loading component which is disturbing for the user since sometimes it can takes several seconds but the user don't knows that upload in really in progress
Unplanned
Last Updated: 02 Mar 2020 12:50 by ADMIN
Kendo UI editor converts every URL pasted or written into an Html link, it might be nice to be able to configure that behavior. By default it can be left as it is, converting the urls into links, but it will be nice to expose an option to disable that behavior.
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
Declined
Last Updated: 02 Mar 2020 12:19 by ADMIN
Created by: Julie
Comments: 1
Category: Editor
Type: Feature Request
2
In the editor, the image manager search should search the current folder and any folders underneath it and return all matching images. Currently it only searches the current directory.
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: 02 Mar 2020 12:12 by ADMIN
Created by: Marc
Comments: 2
Category: Editor
Type: Feature Request
2
In microsoft word it is possible to indent with tab and outdent with shift-tab in lists. Could you implement such keyboard navigation.

Thanks
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: 02 Mar 2020 11:52 by ADMIN
Unplanned
Last Updated: 02 Mar 2020 11:37 by ADMIN
RE: Support ID:1010795 -- KendoUI Editor Stripping
Why does your editor control:
a. Strip whitespace?
b. Provide no way to change this behaviour with an option?

I think it is clear that this was a design/coding error on your part, so can you please rectify this please?

G.
Completed
Last Updated: 28 Feb 2020 08:05 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
1
Currently when inside a table, the functionality for adding more tables disappears and is replaced by the table edit tools, however in our software tables are used to layout the HTML rendered by the editor, which prevents users adding tables at all. We need to keep ours set up this way and cannot switch to a CSS way of building the HTML :(
Unplanned
Last Updated: 28 Feb 2020 08:03 by ADMIN
Created by: rudy
Comments: 3
Category: Editor
Type: Feature Request
2
Allow us to activate the inline editor by double-click or by an event.  This way users can click inside the HTML, select it, copy,etc and if they actually want to edit they can double-click or click a button.
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.
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.
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.
Declined
Last Updated: 28 Feb 2020 07:49 by ADMIN
If you provide any editor control which render both OpnXml data as well as Html data, that will more helpfull for us.
OR
any convert method in kendo UI editor which convert OpenXml to Html and vise versa.