kendo-ui-core
kendo-ui-core copied to clipboard
Wrong dropdown width when set through list.width
Bug report
When the width of the DropDownList is set using the list.width() and the DropDownList gets opened there is a slight delay in expanding the popup width.
Reproduction of the problem
- Open the Dojo and open the DropDownList
Current behavior
There is a delay in expanding the popup width.
The issue is a regression starting with 2022 R1 SP1
####Workaround
$('.k-popup').width(600);
Dojo
Expected/desired behavior
There should be no delay when the width od the DropDownlist is set..
Environment
- Kendo UI version: 2022.2.802
- Browser: [all ]