Unplanned
Last Updated: 24 Sep 2024 06:38 by Michael

Bug report

When underlined text is dragged and dropped in text with different formatting the underline tool is not highlighted.

Reproduction of the problem

  1. Open the Dojo and type some text.
  2. Format part of the text to be underlined.
  3. Drag underlined text to non-underlined.
  4. Click on the non-underlined text and click back to the underlined.

Current behavior

The underline tool is not highlighted. screencast - https://somup.com/cZQZ14ms8m

Expected/desired behavior

The underline tool should be highlighted (as for example the behavior of the italic tool).

Environment

  • Kendo UI version: 2024.3.806
  • Browser: [all ]
Completed
Last Updated: 16 May 2025 12:40 by ADMIN
Release 2025 Q2 (May)

Describe the bug
When the user selects a word and changes its style (for example bold, italic, etc.) the content of the inline Editor is wrapped on multiple lines.

To reproduce
Steps to reproduce the behavior:

  1. Go to Dojo - https://dojo.telerik.com/JNAQLLsy
  2. Select a word in the editor and change its style from the tools.

Expected behavior
The content should not wrap.

Screenshots
image

Workaround

<style>
      .k-editor{
        display: block
      }
</style>

Dojo - https://dojo.telerik.com/iZZPZIGg

Regression since 2022.1.119

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All
Declined
Last Updated: 30 Oct 2024 07:40 by Michael D

Currently there seems to be no way to open the options of dropdown commands like "Font Family" or "Font Size".
The typical hotkeys of the according Kendo UI widgets (ALT + Arrow down) are not working and we have not found any other.

This can be reproduced in its online demo:
https://demos.telerik.com/kendo-ui/editor/keyboard-navigation?_gl=1*1jjk3dq*_gcl_au*NjE0NTE0MTQ0LjE3MjYwNTc4MjU.*_ga*MTk3MTcyODQ3My4xNjkwMjkyNTYw*_ga_9JSNBCSF54*MTcyOTY3MzExMS44My4xLjE3Mjk2NzQwMzAuMzEuMC4w

 

Unplanned
Last Updated: 07 Feb 2025 13:40 by Steve

Bug report

Then you open the color/background color tools in an Inline Editor, closing the tools by clicking randomly on the page doesn't close the Editor popup.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/VMVasaJO/5
  2. Open the color or the background color tool
  3. Click outside of the popups or the Editor
  4. You can compare the behaviour with other tools that have a popup, e.g. the formatting tool

Current behavior

The inline Editor remains open when closing the color/background tool popups

Expected behavior

The inline Editor should close when the popups and the Editor lose focus

Environment

  • Kendo UI version: 2024.4.1112
  • Browser: [all]
Completed
Last Updated: 20 Jun 2025 13:01 by ADMIN
Release 2025 Q3 (Aug)

Bug report

When the Inline Editor is created from a hidden element, the toolbar is broken.

Regression introduced with 20251.211

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ZcwMyFCW
  2. Click the button to show the hidden element
  3. Press on the first textarea

Current behavior

The Editor toolbar is broken

Expected/desired behavior

The Editor toolbar should be rendered correctly

Environment

  • Kendo UI version: 2025.2.520
  • Browser: [all]
Unplanned
Last Updated: 26 Jun 2025 08:48 by Hallmaster
Created by: Hallmaster
Comments: 0
Category: Editor
Type: Bug Report
0

Bug report

In the Editor's accessibility demo, you cannot initially navigate to the textarea using tab. After focusing the paragraph tool, pressing tab again will move the focus to the browser navigation bar. If you break the sequence and navigate to another tool before trying to navigate to the textarea, the issue disappears. The issue doesn't reproduce on the Keyboard Navigation demo.

Reproduction of the problem

  1. Open the Editor's accessibility demo - https://demos.telerik.com/kendo-ui/accessibility/editor
  2. Try to navigate to the textarea using tab

Current behavior

The textarea will not be focused

Expected/desired behavior

You should be able to navigate to the textarea on the first iteration

Environment

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