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 ]