Add auto height option to Editor, that's expands editor by entered context. (I's available in inline mode, but very need in iframe)
Currently we do not have Find and Replace dialog for editor. Telerik Editor has it. Our client need similar feature.
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.
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.
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"> </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.
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.
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.
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
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.
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.
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.
When I resize the window I get so now and then the above issue. Please add a check whether "window" is undefined or not. It is at line number 70738 in de kendo.all.js of version 2018.2.620
Copied text is pasted with some (editor's ?) styles.
1. Open the Demo page in the Edge browser:
https://demos.telerik.com/kendo-ui/editor/index
2. Copy some words (e.g. "Kendo UI Editor") from the editor's default text.
3. Paste them at the end of the text.
4. Open developer tools (F12).
5. On the Elements tab, select the pasted paragraph and check its style, you will see <span style="display: inline !important; etc.
Dear Telerik team,
when I apply a HTML-text with a paragraph to kendo editor it does show a vertical scroll bar in IE. Which is wrong. Chrome does not. See this dojo: https://dojo.telerik.com/AsuNiPuh/4
How can I fix this?
Kind regards
Daniel
When the cursor is inside a table cell, typing the TAB key should move the cursor to the next table cell (moving left to right, top to bottom).
after downloading
@progress/kendo-ui version 2019.1.115 the default create table feature is not working. It is not working on multiple browsers even here: https://demos.telerik.com/kendo-ui/editor/all-tools
the table wizard works but not the cell selection way. Is there a fix for this soon?