Unplanned
Last Updated: 28 Nov 2023 09:47 by n/a

Bug report

When ListBox contains a long string it does not display a scroller.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/ASuvOjUT

Current behavior

There is no scroller, thus the user can not see the entire text. Also, the listbox is shifted a little bit to the left.

Expected/desired behavior

There should be a scroller and the entire ListBox should be visible.

The issue is a regression starting with 2022 R1 (2022.1.119) release

Пossible workaround

  
<style>
 .k-list-content{
      overflow: auto;       
}

.k-listbox .k-list-scroller {
      min-width: 0;
}

.k-selected{
        width: fit-content;
}
   
</style>

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]
Completed
Last Updated: 06 Dec 2023 06:57 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Created by: Will
Comments: 1
Category: ListBox
Type: Bug Report
1

Bug report

When moving all the items from the right ListBox to the left, an error is thrown on the console.

Regression with 2022.3.1109

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/onazUkoT/9
  2. Open the console.
  3. Move all the items from the left ListBox to the right

Workaround:

kendo.ui.ListBox.ToolBar.fn._focusTool = function() {
          if(this.element) {
            this.element.find(".k-button").not("[tabindex=-1]").trigger("focus");
          }
        };

Current behavior

An error is thrown.

Expected/desired behavior

No errors should be thrown.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Completed
Last Updated: 23 Nov 2023 07:54 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

When the user click on the buttons in the ListBox the focus is alwasy moved to the first button.

Reproduction of the problem

  1. Open the Demo - https://demos.telerik.com/kendo-ui/listbox/index
  2. Select an item and click the 'down arrow' button

Current behavior

The first button ('up arrow') is getting focused.

Expected/desired behavior

The clicked button should remain focused.

The issue is a regression starting with the 2022 R3 SP1 (2022.3.1109) version

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all ]
Completed
Last Updated: 11 Jan 2024 06:56 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

The ListBox toolbar buttons are not visible if you set toolbar position to "bottom"

Regression with v2023.1.314

Reproduction of the problem

Open this Dojo example - https://dojo.telerik.com/iXerajOno/11

Current behavior

The toolbar buttons are not visible

Expected/desired behavior

The toolbar buttons should be visible on the bottom

Environment

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