Unplanned
Last Updated: 17 Jan 2024 17:28 by n/a
Created by: n/a
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I'd like to request an easy way with the API to insert/remove MergeFields into a document using the Kendo UI Editor.  

Thank you!

Unplanned
Last Updated: 07 Nov 2023 15:23 by Dennis
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
2

Hi Team,

We would like to request a way to customize the numbering to allow for different formats in lists/sub-lists, such as lowercase letters (a, b, c, ...), Roman numerals (i, ii, iii, ...), and decimal numbering (1.1, 1.2, 1.3, ...). 

Thank you!

Unplanned
Last Updated: 07 Nov 2023 13:58 by Dennis
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
1

Bug report

Ordered List breaks when you paste a table

Reproduction of the problem

Open the Demo - https://dojo.telerik.com/AtuKOTEK

Copy an Excel table and paste it inside the list items

Expected/desired behavior

 Maintain the continuity of the list numbering even when a table is copied/inserted in between list items


Environment
Kendo UI version: [all]
Browser: [all ]

Unplanned
Last Updated: 04 Aug 2023 14:57 by Dev
Created by: Dev
Comments: 1
Category: Editor
Type: Feature Request
1
Currently, if you place an Editor in Bootstrap Modal (version 5.2.3 onward), you cannot type in the input fields in the InsertImage tool popup. Here is a small example to demonstrate - https://dojo.telerik.com/IgaVExOv/4
Unplanned
Last Updated: 28 Jul 2023 11:06 by ashutosh
Created by: ashutosh
Comments: 0
Category: Editor
Type: Feature Request
0

When the Kendo Editor is utilized within a Bootstrap modal popup and the tools configuration includes tools such as fontName, fontSize, fontColor, backColor, formatting that are not moved to the overflow popup, the toolbar is wider and does not display the overflow button. 

- https://dojo.telerik.com/OhiJaSOV/3

I would like to be able to display all tools when the toolbar of the Editor is set to resizable.

Unplanned
Last Updated: 01 Jun 2023 10:24 by ADMIN
Created by: hassan
Comments: 7
Category: Editor
Type: Feature Request
2

Hi Team,

I would like to request a ruler for the Kendo UI Editor where it could be used to align any text.  

Thank you!

Unplanned
Last Updated: 21 Nov 2022 16:32 by omti
Created by: omti
Comments: 0
Category: Editor
Type: Feature Request
3

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!  

Unplanned
Last Updated: 16 Nov 2022 09:29 by Gaurav
Created by: Gaurav
Comments: 0
Category: Editor
Type: Feature Request
1

When we add a header in table using accessibility tab then we need that header should get wrap in <thead> and same for footer and rest of the rows will wrap in <tbody>. For details please go through video:
https://supportheroes.telerik.com/clientsfiles/d6c4fcb8-de14-4966-9bb4-bb0ff104b136_table-header-requirement-from-kendo-edited-mp4.zip

Steps to reproduce:

1. Navigate to this demo:
https://demos.telerik.com/kendo-ui/editor/index

2. Clean the contents

3. Create a table and click inside one of the cells

4. Open the Table Manager and open the Accessibility tab

5. Add 1 header row and click Ok:

The <th> cells go inside the <tbody> instead of <thead>:

Unplanned
Last Updated: 31 May 2022 20:57 by Paul
Created by: Paul
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to retain the new lines for a <pre> element within a Kendo UI Editor using classic mode(<textarea>).  Currently, it does have allow a new space within the pre element:

Editor

        <textarea id="editor" rows="10" cols="30" style="width:100%; height:450px" aria-label="editor">
          <pre>
            Example
            Example
          </pre>
        </textarea>

JavaScript

        $(document).ready(function () {
            // create Editor from textarea HTML element with default set of tools
            $("#editor").kendoEditor({
                resizable: {
                    content: true,
                    toolbar: true
                }
            });
        });

Please take a look at this Progress Kendo UI Dojo using the code above.

Thank you!

Unplanned
Last Updated: 04 Apr 2022 19:47 by David
Created by: David
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to modify the Table Wizard's default values using the Kendo UI Editor's API or an associated Table Wizard API.  

Thank you!

Unplanned
Last Updated: 29 Dec 2021 19:14 by ADMIN
Created by: Harikrishna
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I would like to request the ability to set a specific section of text where it is not removable.  Currently, if the text is readonly by setting contenteditable to false, you can highlight it and delete it.  I'd like to make it completely unmodifiable.  

Thank you!

Completed
Last Updated: 30 Mar 2022 15:22 by ADMIN
Release 2022.R1.SP.next

Currently, it is not possible to navigate between colors in Editor Font and Background ColorPickers with the keyboard.

Reproduction of the problem
1. Go to https://demos.telerik.com/kendo-ui/editor/all-tools
2. Navigate to the Font or BackColor tools in the toolbar
3. Press Down Arrow

Current behavior
The Font/BackColor tools in the toolbar are opened, but it is not possible to navigate inside in order to select a color.

Expected/desired behavior
On pressing down the arrow key the color in the top-left corner of the palette should be focused. Then pressing other arrow keys moves the focus to the desired color. Then:

- Pressing Enter selects the color and applies it to the editor`s content
- Pressing Esc closes the dropdown without selecting a color, focus remains on the ColorPicker button.

Completed
Last Updated: 30 Mar 2022 11:56 by ADMIN
Release 2022.R1.SP.next
Created by: ashutosh
Comments: 0
Category: Editor
Type: Feature Request
0

 

  •  "Create a Table" tool works only by pressing Alt + Down Arrow and expands a popup. I suggest expanding the popup on Space or Enter as well. Thus the current Alt + Down Arrow behavior could work as well.

  •  It is not possible to focus through keyboard the "Table Wizard" tool inside "Create a Table" popup:
    image

Reproduction of the problem

  1. Go to https://demos.telerik.com/kendo-ui/editor/index
  2. Focus Editor
  3. Press F10 to focus toolbar
  4. Press Tab key until "Create a Table" tool is focused
  5. Press Space/Enter to activate it - nothing happens.
  6. Press Alt + Down Arrow to expand the popup
  7. Press Down Arrow to select table size

Current behavior

It is not possible to select the Table Wizard tool neither through arrow keys nor through Tab

Expected/desired behavior

When the bottom table size cell is reached, pressing Down Arrow once again moves the focus to the Table Wizard tool.
When Table Wizard tool is focused, pressing Up Arrow moves the focus to the bottom table size cell.

Unplanned
Last Updated: 17 Nov 2021 15:28 by ADMIN
Created by: Harikrishna
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I'd like to request the Kendo UI Editor to be able to resize when an image within it is resized larger than the space contained in the Editor body.  Please allow this functionality for both the classic and inline editors.

Thank you!

Unplanned
Last Updated: 26 Oct 2021 12:06 by ADMIN
Created by: Morten
Comments: 0
Category: Editor
Type: Feature Request
1
I think it would be a valuable asset for the Editor to have an integrated ImageEditor widget. For example, if a user right-clicks on an image in the Editor, the ImageEditor should appear in a popup so that the user can edit the image.
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: 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.
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.

Unplanned
Last Updated: 29 Jan 2024 10:09 by ADMIN
Created by: Christian
Comments: 2
Category: Editor
Type: Feature Request
11
Currently, formatting is cleared when a table is pasted from a Word document, or from Excel into the Editor.

Add support for persisting table formatting: borders, font-color, background-color, etc.
1 2 3 4 5 6