Unplanned
Last Updated: 20 Jun 2024 11:41 by Novak

It would be a good feature to have a popup open over the image when the user clicks it, providing the option to resize by entering dimensions, similar to when adding the image to the editor.

Unplanned
Last Updated: 27 May 2024 07:02 by ADMIN
Created by: Kamran
Comments: 2
Category: Editor
Type: Feature Request
4

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

Declined
Last Updated: 31 Jan 2024 12:05 by ADMIN
Created by: Karthik
Comments: 1
Category: Editor
Type: Feature Request
1
Add table, dropdownlist, textbox, other input components in the Kendo UI Editor to create custom Editor.
Unplanned
Last Updated: 14 Aug 2023 08:35 by Mikhail
Created by: Mikhail
Comments: 0
Category: Editor
Type: Feature Request
1

Hi,

It would be a nice feature for the Editor toolbar to have built-in copy, paste, and cut tools.

Unplanned
Last Updated: 03 Jul 2023 11:11 by ADMIN
Created by: Andrew Lewis
Comments: 1
Category: Editor
Type: Feature Request
0
We're currently using the TinyMCE editor, and want to switch to the Kendo UI Editor (for Angular) but the built-in spellcheck is a blocker for our users.
Unplanned
Last Updated: 02 Jun 2023 07:06 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
2

Hi,

Having a built-in grammar checker that enables the inclusion of custom dictionaries or industry-specific terminology would be a valuable addition to the Editor component.



Unplanned
Last Updated: 13 Dec 2022 13:29 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
8

Provide a built-in option to paste Excel data inside the Editor formatted as a table (like the KendoReact Editor):

 

 

Declined
Last Updated: 26 Oct 2022 08:42 by ADMIN
Is it possible to create a custom dropdown that will insert a value in the text at the cursor position?

I would love to create some predefined values, and when the user selects the value from the dropdown, it will insert it in the cursor position.

This will give us the ability to define some placeholders in the text.
Unplanned
Last Updated: 31 Oct 2022 13:38 by ADMIN
Created by: Saminathan
Comments: 2
Category: Editor
Type: Bug Report
1

When applying font-size, the bullet list dots aren't affected by yhe changes as the MS Word behave:

MS Word





Declined
Last Updated: 23 Feb 2023 11:06 by ADMIN
Created by: Babu
Comments: 2
Category: Editor
Type: Feature Request
0

Hi team,

Zoom in /out options are required to view the content of the editor.

Regards,

Babu

Declined
Last Updated: 04 Oct 2022 12:36 by ADMIN
Created by: Babu
Comments: 4
Category: Editor
Type: Bug Report
1

 

Clear formatting is not working properly , as it removed the span tag and other attributes of the html tags.

For example :

HTML  content - before applying the clear formatting:

<p style="line-height: normal;"><strong><em><span style="font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size:11px;" class="ABS_Comments" id="ABS_Comments" name="ABS_Comments">{ABS_Comments}</span></em></strong></p>

HTML Content - after  applying the clear formatting :

<p style="line-height: normal;">{ABS_Comments}</p>

It suppose to remove the only the formatting tags instead span and actual tags.

 

 

Declined
Last Updated: 23 Sep 2022 07:54 by ADMIN
Created by: Babu
Comments: 1
Category: Editor
Type: Bug Report
1

 

Hi

As per your suggestion we have writing the below code for focusing the cursor position,  it is working fine but after putting table on the editor and set the background of the any text is not working . If the table is not placed on the editor and select the background color to the any text working fine. 

I think , this would happen because of the below code. Please fix this issue.

Note : Foreground color is working fine in all cases.

export class AppComponent {
  onChange(e) {
    const data = e.value.split('<');
    if (data.includes('table>')) {
      e.focus();
    }
  }
Unplanned
Last Updated: 23 Sep 2022 07:29 by ADMIN

Hi team,

Please provide a built-in Find and Replace/Replace all feature to the Editor

Regards,

Babu

Unplanned
Last Updated: 20 Sep 2022 07:35 by ADMIN
Created by: sai
Comments: 1
Category: Editor
Type: Feature Request
1

Hi ,

 

Could you please let us know whether track changes is available on Kendo UI Editor similar to RadEditor(Telerik Web UI Editor Track Changes Demo | Telerik UI for ASP.NET AJAX. )

 

if not , could you please let us know when can be implemented?

 

Thanks

Declined
Last Updated: 05 Oct 2022 14:46 by ADMIN
Created by: Babu
Comments: 1
Category: Editor
Type: Feature Request
1

Hi,

When the Editor content is large, typing in the component doesn't show the typed characters immediately. Depending on the content users may need to wait several seconds to see the typed character.

An example of the performance problems can be found in the following example. The used value is dummy Lorem Ipsum, but we are still having the same problems while showing important information:

https://stackblitz.com/edit/angular-hv89jm

 

Unplanned
Last Updated: 11 Aug 2022 09:30 by Dimitris

Hi,

It will be nice to have a feature if stripTags property supports an `all` feature that strips all available HTML tags. Similar to the removeAttributes attribute that provides an `all` option.

Thank you for your consideration.

Unplanned
Last Updated: 13 Sep 2022 21:38 by Jason
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
11

Currently, when the user hits enter, the editor adds a p tag (<p></p>). To add a <br> tag in the editor, the user has to press Shift+Enter.

Can we have a property that lets the developer decide what tag to add when the user hits enter?

Duplicated
Last Updated: 16 Jan 2023 14:47 by ADMIN
Created by: Juergen
Comments: 0
Category: Editor
Type: Feature Request
4

Provide inline editing in Editor component like the one supported by the Kendo jQuery Editor:

https://demos.telerik.com/kendo-ui/editor/inline-editing

 

Unplanned
Last Updated: 06 Jun 2022 11:11 by ADMIN
Created by: Matthias
Comments: 1
Category: Editor
Type: Feature Request
3

Hello,

after entering an URL and pressing ENTER, the URL is not converted into a link

(In the Editor Kendo UI jQuery this works)

 

 

 

 

Unplanned
Last Updated: 25 Mar 2022 14:00 by ADMIN
Created by: Anthony
Comments: 1
Category: Editor
Type: Feature Request
0
This is a feature request: To be able to convert the rendered HTML for the editor to/from markdown format.
1 2 3 4