Unplanned
Last Updated: 26 Aug 2019 08:25 by Nitin

Bug report

When setting a special font of a given paragraph in the Editor component, if the "x" of the Font dropdown is pressed it will reset the font of this text to the default one. If we then want to change the format of a given paragraph(make it bold for example), we select the paragraph and click on the "Bold" button. The text which is being bolded is the one which font was previously reset, not the selected text which we expect to become bold.

Reproduction of the problem

  1. Open this Dojo and select a random text in the Editor
  2. Change the font of the selected text by choosing one from the "Fonts" dropdown
  3. After changing the font keep the text selection and click on the "x" in the "Fonts" dropdown. The font of the selected paragraph will be reset to the default one.
  4. Select a random text chunk in the Editor and click on the "Bold" button.
  5. See that the bolded text is not the one we expect to be, but the text which font we've reset.

The reported behavior is applicable to all styles - bold, italic, underline, text alignment, ul, ol.

Current behavior

When changing the style of a given selected text, after there was a font reset in the Editor, the new formatting we set is being applied on the text which font was reset, not on the selected one.

Expected/desired behavior

No matter the operations performed in the Editor when formatting a selected text, the format changes should be applied to the selected text only.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
Declined
Last Updated: 07 Aug 2019 08:25 by ADMIN
Created by: Dmitry
Comments: 1
Category: Editor
Type: Bug Report
0

Bug report

The fontSize tool gets focus after text selection. 

Steps to reproduce

* Open and run https://dojo.telerik.com/oRuLayir demo.

* Select /highlight Line4, choose 16 in the fontSize dropdown.

* Put the cursor at the end of Line6, select  Line4, Line5 and Line6 using the mouse. Note that the keyboard focus has shifted to the fontSize dropdown.

 

Unplanned
Last Updated: 05 Aug 2019 08:13 by ADMIN
When loading string that contains carriage return characters (\r), automatically replace them with <br/>
Unplanned
Last Updated: 02 Jul 2019 08:01 by Pål

Is it possible to have several Kendo UI Editors on one page with a single toolbar?

 

Regards,

Pål Christian Eidem

Unplanned
Last Updated: 25 Jun 2019 13:35 by ADMIN
Created by: Archy
Comments: 1
Category: Editor
Type: Feature Request
2

http://валидный.урл

_detectEnd works incorrectly with IDN links.

Unplanned
Last Updated: 25 Jun 2019 06:58 by ADMIN
Created by: Dmitry
Comments: 0
Category: Editor
Type: Feature Request
0

Please have a look at the following example:

https://dojo.telerik.com/eRajAbIX/

Steps to reproduce:

1. Select a single word in the editor, e.g. ipsum.

2. Click the Clean formatting button.

3. The background color of the selected word was not changed.

Currently, the cleanFormatting tool works for removing the format from the entire element and does not split the content if a word is selected. This could be enhanced so that the selected part of the element is split into a new nested element whit no formatting.

Unplanned
Last Updated: 28 May 2019 06:57 by ADMIN
Show a progress bar for the currently uploaded file. This is needed for scenarios when big files are being uploaded, or the users have a slow network connection.
Completed
Last Updated: 13 May 2019 16:22 by ADMIN
Release 2019.R2

Steps to reproduce:

1. Go to https://demos.telerik.com/kendo-ui/editor/index using IE11

2. Delete a sentence in the editor by repeatedly pressing the backspace key.

Result:

The characters are deleted slowly with noticeable lag and jank.

Investigation

The following profile shows the FPS drop when you repeatedly press backspace.

 

I believe the call to refreshTools is expensive (for IE) and it is invoked on every keyup for backspace.

Completed
Last Updated: 19 Apr 2019 14:21 by Ben
Created by: Matjaz
Comments: 16
Category: Editor
Type: Feature Request
66
Editor does not support placeholder. It would be nice, to have this feature.

Posting suggestion based on forum topic: http://www.telerik.com/forums/placeholder-html-attribute
Unplanned
Last Updated: 25 Mar 2019 11:36 by ADMIN
Created by: Gopi
Comments: 2
Category: Editor
Type: Bug Report
0

Please check dojo https://dojo.telerik.com/UMiREWiL

 

There is one kendo editor on the main page which is editable and when you click on the link below "Edit the content in pop-up", pop-up opens but doesn't show the content and also text editor is not editable.

 

Thank you,

Gopi

Unplanned
Last Updated: 21 Mar 2019 11:08 by ADMIN
Created by: Marcello
Comments: 1
Category: Editor
Type: Feature Request
1

What's a Widget?

Witget is simple a not editable div that can contains some html and that we can put into the editor, look this sample:

https://dojo.telerik.com/@MarcellusZebra/egEyAXoB

The sample is pretty ready to use but something is missing.

- User must be able to resize the widget in a better way

- User must be able to drag widget around in the editor

Widgets Support allow to move kendo editor to a new level where user can use it creating amazing reports, I hope you can accept this request.

marc.

Unplanned
Last Updated: 21 Mar 2019 11:07 by ADMIN
Created by: Marcello
Comments: 1
Category: Editor
Type: Feature Request
1

Editor using editable Div container is really better, for various reasons, that editor using iframe.

Inline Editor can be the solution, but I want also a nice standard editor as the standard mode.

A simple and good solution can be add a new parameter as "toolbarContainer" that is a dom element where editor put the toolbar.

If noset in standard mode, editor apply standard strategy and put it in a div on top of iframe.

If noset in inline mode, editor apply standard strategy and put it in a flying popup.

if set, toolbar editor put toolbar in the selected area.

Thanks,

marc.

Unplanned
Last Updated: 15 Apr 2018 15:25 by ADMIN
Created by: David A.
Comments: 2
Category: Editor
Type: Feature Request
1
It would be nice to have a boolean property with the Editor to detect an enter keypress, and end the current style.  We have custom css classes that the user "can't get out of" without going into the html view.  Another option would be a tool that would "end formatting" so that further content would be unformatted.

This problem can be seen at one of the demos, http://demos.telerik.com/kendo-ui/web/editor/styles.html.  Go to the end of the content, type something, choose the "highlight" style, hit enter.  The style is permanent until you use the arrow key down or click below the current content.
Completed
Last Updated: 26 Jan 2018 16:47 by ADMIN
Created by: Imported User
Comments: 2
Category: Editor
Type: Feature Request
1
I love that most of the big Kendo Components are now available to use with Vue Wrappers but the Kendo Editor is still not supported. The Kendo Editor is one of the best WYSIWYG editors that I've used but unfortunately I'm not able to take full advantage of it in my current Vue application.
Completed
Last Updated: 17 Sep 2017 18:33 by Deyner
Created by: Dmitry
Comments: 11
Category: Editor
Type: Feature Request
23
It would be nice if we had a Table Wizard (as in RAD Editor) for changing formatting for tables inside Kendo UI Editor (e.g. changing style and color of borders, font and background colors for cells, merging and splitting cells, setting size of the table, and other features that exist in RAD Editor). We're migrating to Kendo UI from RAD controls and Table Wizard for Kendo UI Editor is needed.

Are you planning to implement something like Table Wizard in the near future?
Completed
Last Updated: 03 Feb 2017 10:59 by ADMIN
Created by: Goran
Comments: 3
Category: Editor
Type: Feature Request
1
I was using save and edit buttons in RadEditor on ASP.NET Ajax extensivelly. Now, I've moved to MVC and noticed that these buttons don't exist at all!!! It's very weird. Ok, save functionality can be achieved fairly easily, but printing the content of an editor not much.
I assumed that, when you were building MVC controls you would deliver the same functionality as in Ajax controls. 
Anyway, adding these buttons to editor tools would be great.
Completed
Last Updated: 31 Jan 2017 11:52 by Garry
Created by: Kjartan Valur
Comments: 10
Category: Editor
Type: Feature Request
68
KendoUI Editor support import and exporting files to and from DOCX format
Completed
Last Updated: 18 Jul 2016 11:42 by ADMIN
Created by: Marc
Comments: 3
Category: Editor
Type: Feature Request
1
I use the Kendo Editor with inline mode. As soon as I paste some text from clipboard to the editor, the editor scrolls to the end. When the document ist very large, then you have to scroll back to the position where the cursor was located before pasting. Very difficult to work.
6 7 8 9 10 11