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: 03 Jun 2022 08:23 by ADMIN
Created by: Aidan
Comments: 2
Category: Editor
Type: Feature Request
8

Hello,

 

It would be very nice to have dedicated PDF Export functionality for the Editor.  Some of the features that would be included with this would be:

  • Built-in exporting of html within the editor, keeping the content consistent with the size of PDF. Currently, tables within the editor are only able to be exported via a workaround where CSS styles have to be applied outside of the editor. (Also, entering data into tables on the editor is very inconsistent - after a few characters, the cursor jumps to the last cell.
  • Pagination Support: Header/Footer, page numbers, page breaks. Currently, header and footer functionality is not possible within the editor/PDF export combo (unless there is another workaround possible). Also, depending on what scale is set for the PDF Export component, content will often run off the side of the page on the exported PDF. It would also be useful to have physical page breaks represented somehow on the editor, either through multiple pages or a line separating them. Unless you manually place the page breaks on certain elements within the editor content, there is no way to see when they will appear. 

 

These features are crucial to our project and would be very much appreciated.

Thanks,

Aidan

Completed
Last Updated: 26 May 2022 15:35 by ADMIN

Steps to reproduce:

  1. Go to https://www.telerik.com/kendo-angular-ui/components/editor/tools/
  2. Choose any font-size parameter in the "Select font size" dropdown
  3. Open the dropdown again

Actual result: current value doesn't have selected styles in the dropdown

Expected result: current value in the dropdown is highlighted. Please see an example below:

Completed
Last Updated: 19 May 2022 08:08 by ADMIN
Created by: Roman
Comments: 2
Category: Editor
Type: Feature Request
8

I see that in Kendo UI for JQuery it is present, but for Angular 2+ there is no such functionality in the example.

There is no way to change size for columns,rows and table for table.

1) Go to https://www.telerik.com/kendo-angular-ui/components/editor/tools/

2) Add table to editor

3) Click on table

4) No way to change size

Completed
Last Updated: 11 May 2022 10:16 by ADMIN
Created by: Avinash
Comments: 1
Category: Editor
Type: Feature Request
5
Able to resize image using mouse select rather than from the image toolbar.
Completed
Last Updated: 11 Apr 2022 14:27 by ADMIN

The use case that we would like to cover is as follows.

 

1. Open an image in Paint.

2. Select a region and copy it.

3. Paste into the editor.

4. The image should be displayed in the editor. 

 

It should, however, be encoded similar to the way that Kendo Grid for jQuery does to produce something like this.

<img src="data:image/png;base64,iVBORw0KGgoAAA...vwAAAABJRU5ErkJggg==" />

 

Note that the image is not hosted remotely at some URL, but rather is included inline within the body.

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.
Completed
Last Updated: 15 Feb 2022 10:52 by ADMIN

I would like to have the possibility to modify the pasted content before it is inserted by providing a callback function. This function would be called with the content after Kendo's internal cleanup and the cleanup I specified through the other options has run.

It would look like this:


@Component({
    selector: 'my-app',
    template: `
        <kendo-editor [pasteCleanupSettings]="pasteCleanupSettings"></kendo-editor>
    `
})
export class AppComponent {
    public pasteCleanupSettings = {
        // other options...
        custom: (input: string) => {
            return '<h1>I can do anything I want in here</h1>' + input;
        }
    }
}

Basically I want the same behavior as the jQuery editor provides through pasteCleanup.custom: https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/configuration/pastecleanup#pastecleanupcustom 

Completed
Last Updated: 15 Feb 2022 10:50 by ADMIN
Created by: Tarang
Comments: 1
Category: Editor
Type: Feature Request
4
Hello, provide a paste event for editor like it is available for other counterparts - editor for asp.net core, jquery.
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.
Unplanned
Last Updated: 27 Jan 2022 09:28 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
0

When a list item is aligned to the center or the right, the list item marker remains aligned to the left instead of following the text. (A similar issue occurs when the document direction is RTL.)

Please introduce a feature that ensures the marker follows the item in accordance with its alignment similar to MS Word or Google Docs behavior.

Completed
Last Updated: 03 Nov 2021 14:25 by ADMIN
Created by: Brandon
Comments: 2
Category: Editor
Type: Feature Request
6
Really would like the Editor component to accept an array of plugins to add to the prose editor. I needed to bring in the mentions plugin so people could @ mention things in the editor. Since I MUST have the custom plugin I couldn't use the kendo-editor component at all and theres so much more in the component that gets thrown away because I can't use the component if I can't give you some prose editor plugins to add.
Completed
Last Updated: 03 Nov 2021 14:23 by ADMIN
Created by: Matt
Comments: 1
Category: Editor
Type: Feature Request
3

Provide an option to drag the bottom right corner of the Editor in order to change the height of the Editor manually as the Kendo jQuery Editor.

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

Completed
Last Updated: 22 Oct 2021 07:41 by ADMIN
Created by: Nitika
Comments: 1
Category: Editor
Type: Feature Request
5

I want to get selected text from the Kendo Angular editor and I see no function similar to what we have in Kendo AngularJs Editor like GetRange, GetSelection

 

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: 29 Jul 2021 12:19 by ADMIN
Created by: Juliette
Comments: 1
Category: Editor
Type: Bug Report
0

Sample code:

<div class="form-group">
   <kendo-editor *ngIf="!formDisabled" [(ngModel)]="securityplan.dataFlow" id="dataFlow" name="dataFlow" style="height: 250px; width: 100%;">. 
   </kendo-editor>
</div>

When you click into the body of the editor, "before emit" is console logged. 

 

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: 24 Jun 2021 08:40 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
3

Limitation:

  • Line spacing between text/paragraph not able to adjust, currently default Kendo Editor has quite big space in between bullets.

Feedback: To cater for Line spacing option which allow user to adjust line spacing between bullets.

                 
Declined
Last Updated: 16 Jun 2021 06:10 by ADMIN

Hi Team,

Could you please add feature for Kendo Editor in angular -

  1. Paste image such as signature.
  2. Able to resize image using mouse select rather than from the image toolbar.
  3. Need toolbar for font color.

 

Thanks

Declined
Last Updated: 09 Jun 2021 15:41 by ADMIN

if editor recive a value like '<span class="platzhalter">Empfaenger_Debitor</span>'

by rendering console show this error

core.js:15724 ERROR TypeError: Cannot read property 'split' of null
    at utils.js:181
    at Array.map (<anonymous>)
    at getUniqueStyleValues (utils.js:200)
    at SafeSubscriber._next (index.js:1810)
    at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub (Subscriber.js:194)
    at SafeSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.next (Subscriber.js:132)
    at Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next (Subscriber.js:76)
    at Subscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (Subscriber.js:53)
    at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/Subject.js.Subject.next (Subject.js:47)
    at BehaviorSubject.push../node_modules/rxjs/_esm5/internal/BehaviorSubject.js.BehaviorSubject.next (BehaviorSubject.js:38)