Completed
Last Updated: 18 Jan 2024 14:23 by ADMIN
Release 2024 Q1

Bug report

When the user performs multiple searches and the result has a different width, the popup containing the items does not update its width according to the current content.

Reproduction of the problem

Example 1:

Example 2:

Current behavior

The popup is not wide enough

Result from example 1:
image

Result from example 2:
image

Expected/desired behavior

The popup width should be updated according to the displayed content.

The issue is regression starting with the 2023 R1 SP1 release

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]
Completed
Last Updated: 08 Aug 2022 10:10 by ADMIN
Release 2022.R2.SP1
Created by: Pandiarajan
Comments: 0
Category: AutoComplete
Type: Bug Report
0

Bug report

In a Popup that has an AutoComplete, the Popup closes when you type in the AutoComplete input field.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ajubEhox/12
  2. Click the Open button
  3. Type in the AutoComplete

Current behavior

The Popup closes

Expected/desired behavior

The Popup should remain open

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all]
Completed
Last Updated: 10 Mar 2021 09:17 by ADMIN

Bug report

Reproduction of the problem

Reproducible in the demos.

  1. Focus the AutoComplete and type in "a"

Current behavior

The list of items shows up, but the reader does not announce this.

Expected/desired behavior

The reader should announce that the list is expanded, as it does for the ComboBox.

Environment

  • Kendo UI version: 2020.3.1118
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 27 Oct 2020 13:45 by ADMIN
Release 2020.R3.SP.next
Created by: Jason Feng
Comments: 1
Category: AutoComplete
Type: Bug Report
0
Hi, I think this is a bug with AutoComplete widget. The document says the highlightFirst default is true, which means I don't need to specifically define it. In reality, I have to set it as true in order for it to work. Please verify.
Completed
Last Updated: 25 Feb 2020 12:58 by ADMIN

When user inputs text that does not match any of the items in the data source and presses the down arrow key, the "suggestions" drop down list opens up with an empty list when the configuration option is: 'noDataTemplate: false'.

 

This seems to be a regression since it appears to be working in an older version:

Thread: https://www.telerik.com/forums/is-it-possible-to-disable-nodatatemplate

Demo for suggested fix: http://dojo.telerik.com/EXEnu

Note the kendo version (2016.3.914).

 

Same demo with newer version of kendo (2018.2.620): http://dojo.telerik.com/ehaDEsIq

 

Reproduction steps:

1. Type a string in the AutoComplete that does not match any values in the data source, e.g. ("123")

2. Press the "down" arrow key to open up the suggestions dropdown.

The suggestions dropdown opens up with no items -- it should not be opening up at all.

 

Behavior in (2016.3.914) is that the dropdown does not open when using the arrow keys if the typed in text does not match any of the items in the suggestions list. [Correct]

Behavior in (2018.2.620) is that the dropdown does open with an empty list when using the arrow keys if the typed-in text does not match any of the items in the suggestions list. [Incorrect]