Completed
Last Updated: 06 Jan 2023 15:37 by ADMIN
Release R1.2023-Increment.3(18.Jan.2023)
Rainer Goos
Created on: 14 Sep 2022 07:12
Category: DropDownList
Type: Bug Report
0
There is delay in expadning when the DropDownTree popup is opened and the list width is set

Bug report

When the width of the DropDownList is set using the list.width and the DropDownList gets open there is a slight delay of expanding the popup width.

Reproduction of the problem

  1. Open the Dojo and open the DropDownList

Current behavior

There is a delay of 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 ]
1 comment
ADMIN
Neli
Posted on: 22 Dec 2022 12:54

Due to the changes introduced with the unified rendering of the DropDownList the proper way of setting manually the list with has changed to:

categories.list.parent().width(600);

Here is a Dojo sample implementing the above suggestion:
https://dojo.telerik.com/omeBeqEn

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.