Completed
Last Updated: 05 Sep 2023 16:06 by ADMIN
Release R3.2023-Increment.3(11.Oct.2023)

Bug report

Reproduction of the problem

When in an Editor, the TableEditing() API configuration creates an instance of 2 buttons - Create a Table button, and Table Wizard button (which doesn't have any functionality). This issue occurs when we use newer versions after 2023.2.606. For example:

@(Html.Kendo().Editor()
      .Name("editor")  
      .Tools(tools => tools.Clear().TableEditing())
      ...
)

Current behavior

TableEditing() API configuration creates instances of 2 buttons, one of which has no functionality.

image

Expected/desired behavior

TableEditing() API configuration should create an instance of only 1 button

image

REPL link showing the issue

https://netcorerepl.telerik.com/wRaCuPlS39KaFyIS25

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
Completed
Last Updated: 05 Jan 2024 09:37 by ADMIN

Bug report

Reproducible in Chrome and IE11. In Firefox highlighting a row and applying formatting (bold) applies it only to the first cell on the row.

Reproduction of the problem

Screenshot.

  1. Copy/paste a table from Excel into the Editor.
  2. Highlight the first row and use the Bold tool.
  3. Inspect the table Html.

Current behavior

strong tags are added under the tr element

Expected/desired behavior

strong tags are added only under the td elements.

Environment

  • Kendo UI version: 2019.2.514
  • jQuery version: x.y
  • Browser: [Chrome, IE]
Completed
Last Updated: 27 Jan 2022 08:13 by ADMIN
Release 2021.R2.SP1
Bug report
Telerik UI for ASP.NET MVC version for the Editor's ImageBrowser CRUD methods does not support the method Data(string handler) in order to send additional parameters. This is supported for Kendo UI for JQuery:
https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/configuration/imagebrowser

Reproduction of the problem
Currently, it is not possible to pass additional data when using the Telerik UI for ASP.NET MVC HTML helpers.

Current behavior
It is not possible to pass additional data when using the Telerik UI for ASP.NET MVC HTML helpers.

Expected/desired behavior
It should be possible to pass additional data when using the Telerik UI for ASP.NET MVC HTML helpers.

Environment
Kendo UI version: 2019.3.917
Browser: [all]
Completed
Last Updated: 21 Jan 2020 12:49 by ADMIN

Bug report

Regression introduced in v2019.2.619.

Reproduction of the problem

Dojo example.

  1. Copy some text in the clipboard.
  2. Right-click the content area of the Editor.

Current behavior

The "Paste" option is missing from the contextmenu. The only way to make it appear is to right-click the top left corner of the Editor's content area.

Expected/desired behavior

The "Paste" option is present in the contextmenu, regardless of where exactly in the Editor's content area the right-click is performed.

Environment

  • Kendo UI version: 2020.1.114
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 13 Oct 2020 11:09 by ADMIN
Release 2020.R3.SP.next

Bug report

Regression introduced in R2 2019.

Reproduction of the problem

Dojo example.

  1. Focus the empty line between the two lines with text
  2. Press Backspace key

Current behavior

The line is not deleted

Expected/desired behavior

The line is deleted

Another scenario:

  1. Click at the beginning of the third line (before "Du").
  2. Press Backspace key
  3. Press Delete key.

Delete has no effect if Backspace is pressed before that. If you continue pressing Delete, it will work, but once you press Backspace, the next time you press Delete, it won't delete the character that follows the cursor position.

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 18 Jan 2021 09:09 by ADMIN
Release 2021.R1

Bug report

Regression introduced in R2 2020 SP1.

Reproduction of the problem

Reproducible with the LESS themes in the demos.

Current behavior

The textarea occupies only small part of the popup's width.

Expected/desired behavior

The textarea uses all of the popup's width.

Workaround:

.k-viewhtml-dialog .k-editor-textarea {
  width: auto;
}

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [Chrome XX | Firefox XX]
Completed
Last Updated: 22 Dec 2020 13:57 by ADMIN
Release 2021.R1

Bug report

Regression introduced in R3 2020 SP2. Could be related to #4996

Reproduction of the problem

  1. Configure the HtmlHelper (MVC) Editor tools as shown below:
.BackColor(config => config.Palette(new string[] { "#ffffff", "#ffff00", "#db9791" }))
.FontColor(config => config.Palette(new string[] { "#ffffff", "#ffff00", "#db9791" }))

Current behavior

Clicking on the tools displays an HSV popup, instead of the specified palette.

Expected/desired behavior

A palette is displayed.

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 20 Jul 2021 12:20 by ADMIN
Created by: Holger
Comments: 1
Category: Editor
Type: Bug Report
0

I have many pictures to show. The ImageBrowser-Control has some kind of support for lazy loading. The problem is just that the thumbnail of items scrolling into the viewport are not loaded.