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?
Support merging of table cells. For example, the ability to merge a header row on a table into 1 cell that does a colspan.
Re-size/positioning of the table is very important which gives option for user to create table
It would be nice if the placeholder text for the Editor widget were removed on element focus.
Currently, the images in the Editor component are being handled as base64 code. Inserting larger images could cause browser issues.
This is why it will be nice if there is a built-in functionality that enables configuration options to setup upload for images on Drop/Paste upload and insert links to the destination path.
Features of this functionality:
When a bullet list with a nested table is created in Word, and then copied into the Editor, a "Cannot read property 'cells' of undefined" error is being thrown. The issue can be reproduced only when the msConvertLists option is set.
Open https://demos.telerik.com/kendo-ui/editor/paste-cleanup
Paste content from editor-test.docx.
Unable to resize a column inside a table inserted in Editor
This is a regression represented after Kendo UI 2019.2.619
Please check this video for more details
The columns inside a table should be resizable.
Once the content area is blurred it can be focused only by clicking its upper part.
Regression introduced in R2 2019 SP1. Reproducible only in Chrome.
Demos. Screencast.
Content is not focused.
Content is focused.
Our team is fixing all WCAG guideline bugs in our product. The 3.1.1 guideline can't be met because the Kendo editor doesn't allow for setting a lang attribute on the iframe document, nor does the editor infer the language from the parent document and add that lang attribute.
Repro:
Open the editor example page (https://demos.telerik.com/kendo-ui/editor/index). Note that the editor iframe document contains <html> at the top but does not contain a lang="en" attribute within it. Further, edit the example on the page and add lang="en" to the <html> attribute at the top of the example. Run the example. The iframe still does not contain the lang="en" attribute.
Solution:
Include the lang attribute on the child document when the parent document contains one or make a setting available in the configuration JSON for the editor to include a lang attribute in the child document when an iframe is used.
Documents: