Declined
Last Updated: 18 Jul 2023 15:15 by ADMIN
Created by: Andre Beauchamp
Comments: 2
Category: Editor
Type: Feature Request
2

In order to display kendo dialogs correctly inside an ionic app, kendo components need to be set into a specific container to display correctly fixed dialogs in iOS.

Many components such as the dropdownlist that uses a dialog internally will expose an 'appendTo' option inside a popupSettings input parameter.

I would like to have the same feature on the editor component to allow its dialogs to be displayed correctly on iOS devices.

I could extend this request to pretty much any components that uses a dialog/window/popup.

Thanks!

Unplanned
Last Updated: 24 Jun 2021 08:40 by ADMIN
Created by: n/a
Comments: 0
Category: Editor
Type: Feature Request
2

Limitation:

  • Font size in Kendo Editor only supports PX (pixel) values. 
  • To customize the font size to show in PT (point) format in Editor, manual conversion has to be done using the below formula. However, the font size is not exactly the same as Microsoft word PT measurement.
    • 1 Point [pt] =  ~ 1.33 Pixel [px] 

Feedback: Font size dropdown can be provided for PT (Point) option as well as to follow like the Microsoft Word font size.

   
Unplanned
Last Updated: 27 Aug 2021 08:33 by ADMIN
Created by: Harikrishna
Comments: 0
Category: Editor
Type: Feature Request
2
Provide a built-in option to define cell alignment.
Completed
Last Updated: 15 Feb 2022 10:48 by ADMIN
Created by: Harikrishna
Comments: 1
Category: Editor
Type: Feature Request
2
Provide an option to select a cell, row, or the whole table in Kendo Editor table.
Declined
Last Updated: 05 Oct 2022 14:46 by ADMIN
Created by: Babu
Comments: 1
Category: Editor
Type: Feature Request
2

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: 20 Sep 2022 07:35 by ADMIN
Created by: sai
Comments: 1
Category: Editor
Type: Feature Request
2

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

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: 14 Aug 2023 08:35 by Mikhail
Created by: Mikhail
Comments: 0
Category: Editor
Type: Feature Request
2

Hi,

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

Declined
Last Updated: 31 Jan 2024 12:05 by ADMIN
Created by: Karthik
Comments: 1
Category: Editor
Type: Feature Request
2
Add table, dropdownlist, textbox, other input components in the Kendo UI Editor to create custom Editor.
Declined
Last Updated: 23 Feb 2023 06:47 by ADMIN
Created by: Sonali
Comments: 2
Category: Editor
Type: Feature Request
1

I would like have "Format Painter" or "Copy Format" in the Editor. 

Currently there is no "Format Painter" or similar option available for Editor.

I hope Editor enhancement feature you will add into your plan near future.

 

Declined
Last Updated: 17 Nov 2022 08:36 by ADMIN
Created by: Rajesh
Comments: 3
Category: Editor
Type: Feature Request
1
Need a option to make editor readonly and To hide toolbar
Completed
Last Updated: 24 Mar 2021 21:08 by Evan
Created by: Michael
Comments: 4
Category: Editor
Type: Bug Report
1

Steps to reproduce:

Create fresh angular 9+ project : ng new angular9-kendo-editor-test

run cmd to add editor module: ng add @progress/kendo-angular-editor

Add config to serve es5 generated scripts so IE will work: https://medium.com/better-programming/how-to-fix-your-angular-app-when-its-not-working-in-ie11-eb24cb6d9920

run cmd to serve es5 config: ng serve --configuration es5

Open IE and browse to http://localhost:4200

Open developer tools, observe there is a script error

Comment out the EditorModule import in app.module.ts and you can see the app now works...

 

 

 

Declined
Last Updated: 11 Jul 2023 15:09 by ADMIN

We tried to add link to an image in the stack blitz provided by the support team. But it didn't work.

Later we were informed that this feature was not supported.

Here is our updated stackblitz link.

This is what we would like to have in the editor:

Add image to the existing content. And add a link to the newly added image to open in the new tab.

Thanks.

Declined
Last Updated: 14 Jul 2023 09:42 by ADMIN
Created by: Bob
Comments: 4
Category: Editor
Type: Feature Request
1

For the angular kendo editor, when the user adds an ordered list and indents lines in the list, the numbering uses numbers for all levels. Is it possible, without too much work, to have the first level be numbers, the second level be letters, the third level be roman numerals, etc like word would do? 

So instead of

  1. one
    1. two
      1. three

it would be

1. one

a. two

i. three

If the solution is non-trivial or very custom, I would not do it. If that is the case, I do not need sample code.

Thanks,

Bob

 

Declined
Last Updated: 18 Jul 2023 15:34 by ADMIN
Created by: Lynn
Comments: 1
Category: Editor
Type: Feature Request
1
Provide a built-in code snippet tool to enter something like JSON/HTML which can format well (when I press enter, it will indent automatically for me).
Declined
Last Updated: 31 Aug 2023 15:10 by ADMIN
Created by: Harikrishna
Comments: 1
Category: Editor
Type: Feature Request
1
Provide a built-in option to change the width of the column dynamically based on the content.
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: 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

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();
    }
  }
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.