Unplanned
Last Updated: 10 Jul 2020 11:43 by ADMIN
Created by: Michael D
Comments: 1
Category: Editor
Type: Bug Report
0

When trying to navigate the toolbar of the editor with a keyboard, the focus is stuck/not working for color pickers.

When using Tab(or RightArrow) from the left the focus is stuck on the first colorpicker.

When using Shift+Tab(or LeftArrow) from the right the focus is stuck on the last tool before the colorpicker.

See DOJO: https://dojo.telerik.com/aKOKOwiP

Completed
Last Updated: 07 Jul 2020 14:31 by ADMIN
  • Create a WYSIWG Editor
  • Add a Table with 2 rows and 2 columns
  • Select multiple cells by clicking on the first cell and then dragging to the right[Firefox_TableWizard_CellStyling_selection.png]
  • Click on the table wizard icon to open the table wizard
  • Select the Cell tab
  • Change the Background Color to something like red
  • Press the Ok Button
  • Now the first cell has a red background color and 2 columns are added after the first cell[Firefox_TableWizard_CellStyling_afterCellStyling.png]

 

Issue is only present in Firefox, Chrome does not allow selecting multiple cells.

The editor used for this was from the Demo Page:

https://demos.telerik.com/kendo-ui/editor/index

Unplanned
Last Updated: 09 Jun 2020 07:23 by ADMIN
I want to use the ImageBrowser with services that perform the requested operations.. I've got my transport.read, transport.create, transport.destroy services created just fine and everything works.

However, the imageUrl and thumbnailUrl properties leave me baffled.


So transport.thumbnailUrl hard-codes a ?path={url} to whatever url you give it ... this seems like a major hack. I want to use a REST service with the generation of the thumbnail and I need to supply additional query string parameters, but the current implementation precludes doing so.

At least imageUrl lets me pass in a function or a parameterized string, but imageUrl ALWAYS tacks on the current relative path. The images that I'm using get stored in a DB by the service, so doing so makes no sense.

Both these properties should have the same abilities as the create,read, and destroy -- let me control what is passed in explicitly.
Unplanned
Last Updated: 01 Jun 2020 12:57 by ADMIN
Created by: Steven
Comments: 0
Category: Editor
Type: Feature Request
2

The modality of the Editor's popups affects performance when multiple Editors are initialized or destroyed. Example: https://dojo.telerik.com/OZiHAzAn/4

Note that modality is turned on before initializing the Editors and turned off afterwards. This leads to a performance boost, more noticeable on destroying the Editors. Performance is worse, if modality is not set. For additional details see (Ticket ID: 1469512).

Research whether performance improvements are possible to implement in the Editor's source code, which will avoid having to switch popup modality as demonstrated in the linked example.

Declined
Last Updated: 29 May 2020 11:05 by ADMIN
There are a number of controls missing from the new editor that was not in the old telerik editor. including Add spell check, cut, copy and paste {several options}, undo, redo, new paragraph, horizontal rules, insert time, insert symbol. Anyway to bring those functionalities into  ASP.net core?
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 :(