Completed
Last Updated: 04 Jan 2023 12:55 by ADMIN
Release Lost+Found
Created by: Dmitry
Comments: 1
Category: Editor
Type: Bug Report
1

Bug report

The fontName tool shows an incorrect font name and gets focus after text selection.

Steps to reproduce 

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

* Set the cursor to Line1, note an incorrect value in the fontName dropdown.

* Select/highlight Line4, choose Arial in the fontName dropdown and note an incorrect value in the dropdown.

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

 

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.
Unplanned
Last Updated: 28 Feb 2020 07:19 by ADMIN
When using the image browser widget inside the Editor widget, there is a possibility to add extra headers to support the antiforgerytoken.
But inside the image browser, the upload widget is used, and there is no configuration possibility to add a header.
A way around is to intercept the upload call via javascript and to bind to the XMLHttpRequest object. With this we can add a header. But this doesn't work for example in IE9, because no XMLHttpRequest support.

        <textarea kendo-editor="editorWidget" k-ng-model="data.processModelHtml"
                  k-resizable="true"
                  k-tools="['bold','italic','underline','strikethrough','justifyLeft','justifyCenter','justifyRight','justifyFull','insertUnorderedList','insertOrderedList','indent','outdent','createLink','unlink','insertImage','subscript','superscript','createTable','addRowAbove','addRowBelow','addColumnLeft','addColumnRight','deleteRow','deleteColumn','viewHtml','formatting','cleanFormatting','fontName','fontSize','foreColor','backColor','print']"
                  k-image-browser="{ messages: { dropfileshere: 'Drop files here' }, transport: { read: { url:'api/imageapi/getimages', dataType: 'json', headers: { 'RequestVerificationToken': '@Html.RequestVerificationToken()' } }, destroy: { url: 'api/imageapi/deleteimage' , type: 'DELETE', dataType: 'json', headers: { 'RequestVerificationToken' : '@Html.RequestVerificationToken()' } }, create: { url: 'api/imageapi/addimagefolder', type: 'POST', dataType: 'json', headers: { 'RequestVerificationToken' : '@Html.RequestVerificationToken()' } }, thumbnailUrl: 'api/imageapi/getthumbnailimage', uploadUrl: 'api/imageapi/addimage', imageUrl: 'api/imageapi/getimage?path={0}' } }"></textarea>

==> not only uploadUrl parameter, but the same configuration mechanisme like for the transport read, delete, ...

Regards,
Unplanned
Last Updated: 20 Dec 2019 11:56 by ADMIN
Provide syntax highlighting in the Editor widget for the most popular programming languages (C#, JavaScript, Java, PHP, Python, PowerShell)
Unplanned
Last Updated: 05 Aug 2019 08:13 by ADMIN
When loading string that contains carriage return characters (\r), automatically replace them with <br/>
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: 28 Feb 2020 07:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
1
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.
Completed
Last Updated: 16 Mar 2021 09:51 by ADMIN
Release 2019.R3.SP1

Bug report

Reproduction of the problem

Dojo example.

  1. Copy a word
  2. Click in the Editor after "Location" or "Date"
  3. Press Enter
  4. Press Ctrl + V to pasted the copied text.

Current behavior

The Editor adds an extra

element after the nested table:

<p>&nbsp;</p>

Expected/desired behavior

No empty paragraph is added on pasting content.

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 28 Feb 2020 08:05 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
1
Currently when inside a table, the functionality for adding more tables disappears and is replaced by the table edit tools, however in our software tables are used to layout the HTML rendered by the editor, which prevents users adding tables at all. We need to keep ours set up this way and cannot switch to a CSS way of building the HTML :(
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: 21 Jan 2020 08:37 by ADMIN
Declined
Last Updated: 28 Feb 2020 07:49 by ADMIN
If you provide any editor control which render both OpnXml data as well as Html data, that will more helpfull for us.
OR
any convert method in kendo UI editor which convert OpenXml to Html and vise versa.
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: 17 Jan 2024 11:12 by ADMIN

Bug report

The Editor table wizard does not apply styling to all cells

Reproduction of the problem

  1. Open this demo
  2. Select February Actual cell
  3. Open table wizard
  4. Select the Cell tab
  5. Create a border - for example, 6px double red border, click OK

Current behavior

The specified border is not applied. Selecting the February header instead and repeating the steps above applies the border styling

Expected/desired behavior

The styling applied through the wizard should be applied to the table cell

Environment

  • Kendo UI version: 2020.1.406
  • Browser: [all]
Declined
Last Updated: 28 Feb 2020 07:24 by ADMIN
It would be helpful to have backend server support for node.js (express) for the  image manager API.   Perhaps it could be started in Kendo Labs as a joint community effort.  
Also,  the API needs to be tuned to support the everlive URI hooks.  While not go ahead and create and image content type with the API on the everlive side that talks to the editor image API.
Unplanned
Last Updated: 19 May 2020 14:03 by Bob

Bug report

Reproduction of the problem

Dojo example.

  1. Click the cell with name John
  2. Open the table wizard and select the Cell tab (Select All Cells is NOT checked)
  3. Chang the border color of the cell and hit OK

Current behavior

The border color of all cells is changed. If you re-open the table wizard and follow the same steps only the selected cell border color is set (expected). This behavior is not reproducible with tables added through the createTable tool.

Expected/desired behavior

The border color of the selected cell is changed.

Environment

  • Kendo UI version: 2020.2.513
  • jQuery version: x.y
  • Browser: [all]
Declined
Last Updated: 25 Feb 2020 14:07 by ADMIN
Created by: Imported User
Comments: 1
Category: Editor
Type: Feature Request
1
Add an option to set the RTE to be read only.  This is helpful when integrating the capability with databases that have records that may be in a "locked" state.
Completed
Last Updated: 28 Sep 2020 08:28 by ADMIN
Release 2020.R3.SP.next
Created by: Mitchell
Comments: 1
Category: Editor
Type: Bug Report
1

A tester of ours noticed a bug that completely breaks the editor until the page is refreshed.

 

  • Click "Insert Hyperlink"
  • Add a link
  • Add a space in the "Text" field
  • Click "Insert"

Script error "Cannot read property 'nodeType' of null" in the console. None of the buttons work until the page is refreshed.

 

Attached is a video example tested with Dojo editor. Thanks!

Unplanned
Last Updated: 22 Nov 2023 12:52 by Monica

Bug report

When an existing table is wrapped in a <div> and there is a </br> tag in the content, then when a table is inserted through the insertTable tool, the rows from the previous table dissapear.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/ICAvOQOj
  2. Copy the following content:
<div>
  <table name="content" >
    <tbody>
      <tr>
        <td><strong>Indhold</strong><span>IndholdStart</span></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </tbody>
  </table>
  <span >First </span> 
  </br>
  </br>
  </br>  
  <span >Second</span>
</div>

  1. Click on the 'View HTML' tool in the Editor and paste the content from step 2. Click on the 'Update' button in the ViewHtml popup
  2. In the Editor click between the First and Second
  3. Insert a table through the insertTable tool

Current behavior

The rows from the initial table dissapear.
Note. The issue can be reproduced when both - the dic and the br tag from the example above are present.
screencast - https://somup.com/c0X3lEgyi3

Expected/desired behavior

The extisting tables should not be changed when a new table is inserted

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]