Unplanned
Last Updated: 07 Sep 2020 06:45 by ADMIN
Created by: Rohit
Comments: 2
Category: Editor
Type: Feature Request
4

With the jquery control, I could create a div as a KendoEditor control. If I do this the toolbar used to be a floating toolbar and appear when I select some text in the editor (as opposed to always appear on the top when I create a kendoeditor on a textarea):

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

Provide a built-in Inline Editor for Angular version.

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.
Unplanned
Last Updated: 18 Aug 2022 12:18 by Babu
Created by: Neil
Comments: 2
Category: Editor
Type: Feature Request
4

I'm having trouble with having sub-list items. I thought I'd be able to just use the indent increase toolbar button or the Tab key to create a sub-list item but it doesn't seem to work as expected. I'm not able to do this in the demo of the editor features here even: https://www.telerik.com/kendo-angular-ui/components/editor/

E.g.

- Level 1

   - Level 2

   - Level 2

      - Level 3 etc

Unplanned
Last Updated: 23 Sep 2022 08:06 by ADMIN
Created by: Kendo UI
Comments: 2
Category: Editor
Type: Feature Request
4

Hi Team,

It will be a good addition to the Editor component if the following functionality options are added related to document processing(MS Word for as an example):

  1. PageView of the rich text documents.
  2. Header & Footer.
  3. Document breaks.
  4. Document layout.
  5. Margin
  6. Ruler.
  7. Tables inside the document to support:
    *Table formatting. Silverlight version supports using format names to change the entire appearance of a table.
    *Merge/Split cells
    *Size to contents

Thank you.

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: 16 Jul 2024 07:33 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
4

Currently, the editor controls the disabled state of the control types, but it would be a good feature to have for the developers to manually handle the state by using the disabled property for the control types. 

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

Unplanned
Last Updated: 06 Jul 2020 07:15 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
3
Provide a way to configure the font size unit in the "Select font size" dropdown list.
Unplanned
Last Updated: 06 Jul 2020 07:51 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
3
Please add a "Add Symbol" menu option to the Editor. This menu option would open a dialog that allows the user to select a symbol to be added to the editor text at the current cursor location. 
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: 02 Aug 2023 15:10 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
3

Limitation:

  • Not able to copy and apply identical formatting to other parts of the text, currently only clean formatting is available

Feedback: To cater for Format Painter similar to Microsoft Word to allow automatic apply of formatting
(Similar feature is found in JQuery Kendo Editor) 

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: 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: 08 Jul 2024 11:37 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
3

Please provide a template for customizing the value appearance of the DropDownList control types in the toolbar of the Editor, similar to the one available for the default DropDownList component:

At present, the only approach that can be used for configuring a value template is by implementing a custom DropDownList tool in the toolbar of the Editor:

Declined
Last Updated: 11 Jul 2023 14:56 by ADMIN
Created by: Ludwig
Comments: 2
Category: Editor
Type: Feature Request
2

If you copy paste a hierarchical numbered bullet list from Microsoft Word into the Editor, it will initially appear correct.

However, if you then attempt to add a new bullet by adding a newline, there will not be a new bullet with the correct number added.

Instead, it will add a new line. See the attached screenshot for clarification.

Support hierarchical bullet lists pasted from Microsoft Word in Kendo for Angular Editor component.

Declined
Last Updated: 17 Feb 2020 08:41 by ADMIN
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
Declined
Last Updated: 11 Jul 2023 15:04 by ADMIN
Created by: Shan
Comments: 1
Category: Editor
Type: Feature Request
2

When I put the 'Insert File' and 'Insert Link' in different kendo-toolbars, the later does not enable when text is selected.

Please refer the example for repro:

https://stackblitz.com/edit/angular-r6nzmn-dymdpz

Please provide support for multiple <kendo-toolbar> components.

Declined
Last Updated: 14 Jul 2023 09:40 by ADMIN
Created by: Haroon
Comments: 1
Category: Editor
Type: Feature Request
2

Hi,

We want to implement an IntelliSense like feature with Editor, for example, if user types @ a list of predefined items show up and an item can be inserted there.

Thanks

Haroon.

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 

Duplicated
Last Updated: 19 Aug 2020 06:41 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
2

In other kendo components, The Editor can be resized setting the [resizable] property. This did not work for kendo-editor.

Please provide resizable option for Kendo Angular Editor