Duplicated
Last Updated: 09 Apr 2021 14:42 by René
René
Created on: 09 Apr 2021 14:15
Category: AutoComplete
Type: Bug Report
2
For TelerikComboBox used on TelerikWindow starting to type opens the dropdown behind the window

Since 2.23.0 there is something wrong with the z-index of the TelerikComboBox.

If a TelerikComboBox is used on a TelerikWindow, starting to type opens the dropdown behind the window and thus cannot be seen.

Clicking on the Dropdown Button of the ComboBox, the dropdown is opened and displayed correctly and after clicking on the Dropdown Button once, typing in the text field also displays the dropdown correctly.

It really bothers my users though that they cannot start typing right away so I had to revert to version 2.22.0 which does not have this error.

Note: Since I figured it's some kind of styling problem, I rebuild our custom theme using the ThemeBuilder but the error was still there after that.

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
René
Posted on: 09 Apr 2021 14:42

Hello Marin,

thanks for the quick reply.

Regards,

René

ADMIN
Marin Bratanov
Posted on: 09 Apr 2021 14:35

Hello René,

This is, indeed, an issue with 2.23.0, and it will be fixed in 2.24.0. You can also find a workaround in the original item:

<style>
    .k-animation-container {
        z-index: 15000;
    }
</style>

Regards,
Marin Bratanov
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/.