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]
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]
Duplicated
Last Updated: 10 Mar 2020 12:26 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
4

Can the 'Insert Hyperlink' popup within the mini and full Editors be expanded to allow users to create different types of links e.g. email, web, anchor.

The 'Hyperlink Manager' in the ASP.NET AJAX tools is the blueprint for what we are looking for here - something that a non-technical user can use to create different types of hyperlinks easily and intuitively within the Editor.

The fact that you can select items from the Document Manager, use CSS classes to style the links, etc. is a real plus here too.

Unplanned
Last Updated: 20 Feb 2020 07:16 by ADMIN
Created by: Chinmaya
Comments: 1
Category: Editor
Type: Bug Report
0

Hi,

 

We are facing an issue as follows.

1. We type some ordered or unordered list and we move cursor one left or right.

2. We do select all and backspace to delete entire list.

 

Issue: First index or bullet never gets deleted does not matter how many times backspace is clicked. On inspecting dom we can see list structure is retained and does not get deleted.

 

Please find attached video.

 

Thanks

Unplanned
Last Updated: 18 Feb 2020 08:19 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
4

Hi,

In trying to use the Table Wizard in the Editor, I can see an 'Alignment' option which allows me to set the text alignment (<table style="text-align:center;">) - but I don't see an option for the physical placement of the <table> itself within the HTML.

While I know the 'align' property for the <table> object has been deprecated, we can obviously use <table style="float:right"> - but this requires a user to manually edit the HTML the Table Wizard generates after it has been created, which kind of defeats the object of having a wizard.

We are actively trying to minimise the amount of HTML knowledge people need to use these tools, and the Wizard UI is a definite positive step here - can there not be an option added to it to allow this positioning to be selected in the wizard too?

Thanks,

Steve

Unplanned
Last Updated: 03 Feb 2020 11:42 by ADMIN

It will be a nice feature if it is possible to delete the tables inserted in the Editor by selecting them and then pressing the Delete/Backspace button.

Currently, this behavior is working in Internet Explorer as it can be observed in this video.

Completed
Last Updated: 28 Jan 2020 08:25 by ADMIN
Release 2020.R1.SP.next

Bug report

Dropping an image into the Editor's content results in the image being opened in the browser instead of being added to the widget's content. Reproducible in Chrome, IE and Edge. If there is existing content and the image is dropped in it, the image is added to the content as expected.

Regression introduced in 2019.2.619.
Related to #4994

Reproduction of the problem

Screencast.
Dojo example.

  1. Drag an image into the Editor's content.

Current behavior

The image is opened in the browser.

Expected/desired behavior

The image is added to the Editor's content.

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [Chrome 78, IE, Edge ]
Unplanned
Last Updated: 26 Nov 2019 12:42 by ADMIN
Created by: Janne
Comments: 3
Category: Editor
Type: Feature Request
0
I would like to be able to generate PDF from editor using HTML template (like http://dojo.telerik.com/Ovegu), so i could specify headers and footers for all PDFs that are created by the user.
Completed
Last Updated: 07 Jul 2020 14:31 by ADMIN
  • Create a WYSIWG Editor
  • Add a Table with 2 rows and 2 columns
  • Select multiple cells by clicking on the first cell and then dragging to the right[Firefox_TableWizard_CellStyling_selection.png]
  • Click on the table wizard icon to open the table wizard
  • Select the Cell tab
  • Change the Background Color to something like red
  • Press the Ok Button
  • Now the first cell has a red background color and 2 columns are added after the first cell[Firefox_TableWizard_CellStyling_afterCellStyling.png]

 

Issue is only present in Firefox, Chrome does not allow selecting multiple cells.

The editor used for this was from the Demo Page:

https://demos.telerik.com/kendo-ui/editor/index

Unplanned
Last Updated: 04 Oct 2019 11:46 by ADMIN
Created by: Dennis
Comments: 0
Category: Editor
Type: Feature Request
3

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:

  • Show progress bar for the images being uploaded
  • Add configuration which can set the URL to the destination of the uploaded images for the links
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]
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]
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: 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)
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.

 

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.

 

Completed
Last Updated: 16 Sep 2019 14:18 by ADMIN
Release 2019.R3

Bug report

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.

Reproduction of the problem

Demos. Screencast.

  1. Clear the Editor's content.
  2. Blur the widget and try to focus the content area by clicking in its bottom or mid section.

Current behavior

Content is not focused.

Expected/desired behavior

Content is focused.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [Chrome XX ]
Won't Fix
Last Updated: 20 Dec 2019 11:56 by ADMIN
Created by: Dmitry
Comments: 1
Category: Editor
Type: Bug Report
1

Bug report

Copied text is pasted with some (editor's ?) styles.

Steps to reproduce

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.

 

 

Completed
Last Updated: 16 Sep 2019 14:24 by ADMIN
Release 2019.R3
Created by: Pål
Comments: 0
Category: Editor
Type: Bug Report
1

Bug report

Unable to resize a column inside a table inserted in Editor

This is a regression represented after Kendo UI 2019.2.619

Reproduction of the problem

  1. Open this Dojo and run it
  2. Add a table(no matter of its size)
  3. Try to resize a column, not the whole table. No matter of the direction you resize the column its board is moving to the left
  4. When you release the mouse button the column is resized in a totally different way than the resize indicator showed

Current behavior

Please check this video for more details

Expected/desired behavior

The columns inside a table should be resizable.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
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