Declined
Last Updated: 20 Jan 2020 10:51 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
1
HTML5 now supports ruby annotations with the <ruby> tag set.  The Kendo editor should be updated to allow entering and rendering ruby as well as a feature to support vertical text with ruby as some languages should be displayed.
Declined
Last Updated: 20 Jan 2020 10:23 by ADMIN
Created by: Titus
Comments: 1
Category: Editor
Type: Feature Request
1
Lots of forums use bbcode and adding support for this to the Editor would be great.
Declined
Last Updated: 20 Jan 2020 10:21 by ADMIN
Created by: Christopher
Comments: 1
Category: Editor
Type: Feature Request
1
Such that it looks like:
a) jdkfjdk fdkfj dkjf dfkjdf kjf
b) djfkdjfk df dkf dkfjdkfjdkf dkfjd
c) kdj fkdjfk djfkjd fkj fkfj

Word does this and it is useful. Uppercase and Lowercase options would be useful too.
Unplanned
Last Updated: 20 Jan 2020 09:43 by ADMIN
Created by: Archy
Comments: 5
Category: Editor
Type: Feature Request
1

Hi, our project consists from two almost independent parts. First uses most of kendo things and the second uses only editor with pretty basic tools.

Kendo Editor and it's plugins depend on most things of lib so custom build with only editor option almost has no sense. Would be nice to have ability to switch off plugins/tools from editor during building. Also would be nice to add custom build options to less.

 

Unplanned
Last Updated: 20 Jan 2020 09:27 by ADMIN
Created by: Lee
Comments: 2
Category: Editor
Type: Feature Request
11
For the editor, I would like to suggest an upgrade to "Insert hyperlink". It would be great if you would split out the prefix from the address and have a selector that allows the user to choose website, email, or phone.

Selector: Website/Email/Phone
Address:sales@kendoui.com
Text: Kendo UI
Tooltip: Click Here
Open Link in new window: No

Results:
<a href="http://www.kendoui.com">Kendo UI</a>
<a href="mailto:sales@kendoui.com">Kendo UI</a>
<a href="tel:8883652779">Kendo UI</a>
Unplanned
Last Updated: 20 Jan 2020 09:25 by ADMIN
Currently the floating toolbar for an inline Editor (a contentEditable div as opposed to a textarea) is positioned relative to the document body, not the Editor itself. If for example your Editor is in a div with its own overflow-y: scroll while the body has overflow: hidden, as is the default in a SharePoint 2010 page, then as you scroll this div, your editor will scroll in the div, but the toolbar remains fixed, when it should scroll along with the editor. We need to be able to append the toolbar to an arbitrary container so that it can be positioned relative to the editor.
Unplanned
Last Updated: 20 Jan 2020 09:24 by ADMIN
Created by: Remigijus
Comments: 0
Category: Editor
Type: Feature Request
18
Add auto height option to Editor, that's expands editor by entered context. (I's available in inline mode, but very need in iframe)
Unplanned
Last Updated: 20 Jan 2020 09:23 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
3
Currently we do not have Find and Replace dialog for editor. Telerik Editor has it. Our client need similar feature. 
Unplanned
Last Updated: 20 Jan 2020 09:23 by ADMIN
Created by: sreeraj
Comments: 0
Category: Editor
Type: Feature Request
5
For example when we type @ it should autocomplete a certain list of data in the editor
Completed
Last Updated: 16 Jan 2020 18:49 by ADMIN
Created by: Rob
Comments: 4
Category: Editor
Type: Feature Request
34
Format Painter is a tool on the ASP.NET Ajax version of the editor - I would really like to see this ported to the Kendo  UI and MVC versions of the same control.
Declined
Last Updated: 20 Dec 2019 12:31 by ADMIN
Created by: Julie
Comments: 2
Category: Editor
Type: Feature Request
2
The colour picker palette should be capable of accepting name value pairs. This way, the colours can be named or given a hint which shows as a tooltip to help users choose which colour to use. Very helpful when we allow users to create a list of colours which could be subtly different and only a hint would easily differentiate them.
Completed
Last Updated: 20 Dec 2019 12:29 by ADMIN
Created by: Julie
Comments: 1
Category: Editor
Type: Feature Request
2
We have discovered an odd issue with the editor which can be seen here http://dojo.telerik.com/ijiRu.

Create a hyperlink in the editor then move the cursor to the start of the text and hit enter. A new line is created. Now when you view source you end up with 2 links instead of an empty paragraph.

<p><a href="http://google.com">&nbsp;</a></p><p><a href="http://google.com">google</a></p>

This can then lead to problems where multiple links are showing up where only 1 was created.
Declined
Last Updated: 20 Dec 2019 12:23 by ADMIN
Currently you can only set the width as a pixel value. I have users who would like to set the width as a percentage value. 
Unplanned
Last Updated: 20 Dec 2019 12:21 by ADMIN
Created by: VnDevil
Comments: 1
Category: Editor
Type: Feature Request
18

Hi Support,

 

I want imageBrowser have a options to set allow Multiple upload images. I was try set multiple = true in upoad controls in imageBrowser but It's not working well.

Unplanned
Last Updated: 20 Dec 2019 12:20 by ADMIN

Currently, Editor's Formatting tool is that it works with block elements. But there are many scenarios where inline formatting is required and is very common. Hence, requesting to enhance the formatting option that works for both block and inline elements is a must-have for the Kendo UI Editor.

For more details on issue: #1362675  ticket was raised

Unplanned
Last Updated: 20 Dec 2019 12:19 by ADMIN
Created by: Chand
Comments: 0
Category: Editor
Type: Feature Request
4
I am using Kendo Editor in my site and I want to change the editor toolbar position as of my requirement wise it will move any side like as top, bottom.
Unplanned
Last Updated: 20 Dec 2019 12:19 by ADMIN
Created by: Sooraj
Comments: 1
Category: Editor
Type: Feature Request
15
We are in research for a controls which supports Track Changes features same as the track changes in MS Word.
Our application is developed in MVC and we are trying to get a Kendo UI control which supports Track Changes features. 

Our requirement details in brief:

- The control should be compatible with MVC architecture.
- It should support Text editor basic features.
- It should support Track Changes for any changes made by User in the text editor.
- It should keep the history of changes made by each Users who have changes the text for any purpose.
- Popup comments are required for each changes including text formatting such as (bold, italic, underline, strikethrough and ordered\unordered list).
- It should also have the functionalities for Undo-Redo changes and Accept/Reject changes.
- Features should be able to extent\customize using JQuery or other scripting methods.
Unplanned
Last Updated: 20 Dec 2019 12:18 by ADMIN
Created by: Jamil
Comments: 0
Category: Editor
Type: Feature Request
1

The div-based (inline) editor changes the size of the editor container as the text in the editor changes - it both increases and decreases in height as the user changes content.

We'd like to have the same capabilities in the iframe-based editor so that the DOM around it can flow according to the current content size.

Unplanned
Last Updated: 20 Dec 2019 12:18 by ADMIN
We want the toolbar of the editor to always be visible on the page regardless of the user's scroll position. At the moment the toolbar is at the top of the editor and if the user scrolls the page down, the toolbar disappears from sight. We want the toolbar to always remain at the top of the focused editor, available for the end user, like here.
Unplanned
Last Updated: 20 Dec 2019 12:15 by ADMIN
Created by: Vaishnav
Comments: 0
Category: Editor
Type: Feature Request
9
We are using Kendo UI editor in our project and one of our requirement was to implement the inline comment feature. 

I have implemented a extension to Kendo editor using JS inbuild functions and CSS to create a Inline comments for any text in the editor.

User can select any text in the kendo editor and add review comments against it. Other user can see the comments, Reply to the comments or add, delete, edit their own comments.

User can clear all the comments on click of one button.