kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Wrong dropdown width when set through list.width

Open nelito987 opened this issue 3 years ago • 0 comments

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

  1. 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 ]

nelito987 avatar Sep 14 '22 07:09 nelito987