telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
148 stars 68 forks source link

MultiColumnComboBox with enabled Virtualization has misaligned headers and rows #3599

Open kendo-bot opened 2 years ago

kendo-bot commented 2 years ago

Bug report

When the Virtualization of the MultiColumnComboBox is enabled, the table headers and rows are not aligned correctly.

Reproduction of the problem

A Dojo sample for reproduction: https://dojo.telerik.com/ORalaWoq

The tables and rows are aligned as expected when using version 2021 R3 SP2 (2021.3.1207). The issue occurs when using the LESS themes as well.

A temporary workaround:

<style>
    .k-table-list .k-table-group-row, .k-table-list .k-table-row {
        display: inline-flex;
    }
</style>

Expected/desired behavior

The headers and rows should be aligned correctly when the Virtualization is enabled.

Environment

mihaela-lukanova commented 2 years ago

Reported in 1566510 as well

StoyanGoranov commented 1 year ago

Reported in 1578629 and 1590455 as well.