In Development
Last Updated: 24 Mar 2025 12:13 by ADMIN
Scheduled for 2025 Q2 (May)

Bug report

When the DropDownList component is configured with Adaptive Mode and Filtering, opening the dropdown on a mobile device and attempting to type in the search field causes the popup to close immediately.

Reproduction of the problem

  1. Open the Dojo link: Telerik Dojo on a mobile device or use mobile emulation in a browser.
  2. Click on the DropDownList to expand the options.
  3. Tap inside the search field to start typing.

Current behavior

With Adaptive Mode and Filtering enabled, the DropDownList popup closes immediately when tapping the search field on a mobile device.

Expected/desired behavior

The DropDownList popup should remain open when tapping the search field on a mobile device, allowing users to enter text and filter options.

TicketID:

1678876

Environment

  • Kendo UI version: 2025.1.211
  • Browser: [all]
In Development
Last Updated: 04 Mar 2025 08:32 by ADMIN
Scheduled for 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