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

Virtualized MultiColumnComboBox Row Border Misaligned

Open PMcDonough11 opened this issue 3 years ago • 1 comments

Bug report

The Virtualized MultiColumnComboBox is having an appearance issue with its row borders with LESS themes.

Reproduction of the problem

  1. Visit this Progress Kendo UI Dojo
  2. Open the DropDown

Current behavior

The border's alignment appears off: image

Expected/desired behavior

The MultiColumnComboBox should appear like it does with the SASS themes.

Environment

  • Kendo UI version: 2022.1.301
  • jQuery version: All supported versions
  • Browser: all

PMcDonough11 avatar Mar 15 '22 14:03 PMcDonough11

The issue is reproducible in SASS and LESS themes as well. For SASS themes is less visible because of missing bottom borders of list items. We are not able to fix the appearance in themes because of specific rendering approach for virtualization. To resolve the issue, it is necessary to make an investigation of order of list items DOM elements when virtualization is used.

CC: @Iankodj, @nenchef

magdalenaan avatar Oct 03 '22 11:10 magdalenaan

I am closing this issue because it is no longer reproducible using Kendo UI 2024.1.130. I am linking a working Dojo example - https://dojo.telerik.com/@sspasova/IqecUcaF

sspasova avatar Feb 21 '24 13:02 sspasova