Completed
Last Updated: 14 Sep 2023 09:00 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)

Hi Guys

While testing the latest v2023.2.606 release I have found an issue with the MultiColumnComboBox whereby the dropdown list items are not being rendered correctly following a selection.

To demonstrate run the following dojo

https://dojo.telerik.com/EtepUlav

Then

    - Type che into the input box
    - Select 'Chef Anton's Gumbo Mix' from the list
    - Now hit the dropdown button

You should now see the list has

    - Misaligned column headers
    - The list only shows the first 4 items
    - The selected item is not in view or highlighted
    - The list is not scrollable

NOTE: The above happens consistently under Chrome but randomly under Firefox.

Have traced things back and this would appear to be a regression introduced in the v2023.1.314 release.

Regards
Alan

   
Completed
Last Updated: 12 Jun 2023 10:27 by ADMIN
Release R3.2023-Increment.1(19.July.2023)

Bug report

When the text in MultiColumnComboBox with virtualization is longer than tha actual width of the cell, the column get wider and is misaligned.

Reproduction of the problem

  1. Open the Dojo
  2. Scroll down to the item with id 10308 or 10352

Current behavior

The column width is not correct.

image

Expected/desired behavior

The column width should be aligned with the rest of the rows. In versions before 2022 R1 an elipsis appear for the cells with longer text.

The issue is a regression starting with 2022 R1

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Completed
Last Updated: 10 May 2022 07:53 by ADMIN
Release 2022.2.SP.next
Created by: Radek
Comments: 0
Category: MultiColumnComboBox
Type: Bug Report
0

Bug report

When using the MultiColumnComboBox on a mobile device and selecting an item the value of the widget is not changed.
This is a regression introduced with R1 of 2022 (v2022.1.119)

Reproduction of the problem

  1. Run the Events Demo in Device Mode
  2. Select an item

Current behavior

The value of the component is not updated. Select event is fired, but no dataItem is passes as event data. Change event is not fired at all.

Expected/desired behavior

Upon selection the value of the widget should be updated

Environment

  • Kendo UI version: 2022.1.412
  • Browser: [all]
Completed
Last Updated: 21 Feb 2024 13:22 by ADMIN
Created by: Steven
Comments: 0
Category: MultiColumnComboBox
Type: Bug Report
1

Bug report

The Virtualized MultiColumnComboBox is having an appearance issue with its row borders with LESS themes.

Reproduction of the problem

  1. Visit this Progress Kendo UI Dojo
  2. Open the DropDown

Current behavior

The border's alignment appears off:
image

Expected/desired behavior

The MultiColumnComboBox should appear like it does with the SASS themes.

Environment

  • Kendo UI version: 2022.1.301
  • jQuery version: All supported versions
  • Browser: all
Completed
Last Updated: 05 Jan 2024 15:28 by ADMIN

Bug report

ComboBox and MultiColumnComboBox

Reproduction of the problem

Dojo example. Open the browser console and follow the steps below:

  1. Select an item
  2. The "select" event fires and, as expected, e.item and e.dataItem contain info about the selected item.
  3. Press Backspace key to delete a character from the text in the input
  4. Blur the widget
  5. "select" fires: e.item and e.dataItem do not return data (expected)
  6. Focus the widget and delete another character.
  7. Blur the widget

Current behavior

After 7. e.item and e.dataItem contain data about an old selection - the item selected in 1.

Expected/desired behavior

e.item and e.dataItem should not contain data, because a custom value is set in the ComboBox and no item in the dataSource is selected.

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [all]