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

The background-color of a selected Grid row disappears in the LESS themes

Open gdenchevprog opened this issue 3 years ago • 1 comments

Describe the bug

When using the LESS themes, the row selection feature doesn't behave as expected. The background-color of the selected row disappears as soon as the row stops being hovered.

To reproduce

The problem can be observed in the Grid's selection demo. Just choose any of the LESS themes(tested with bootstrap and default) and click on one of the rows to select it.

Move the cursor outside of the row and the background-color disappears. Move the cursor back to the row and the background-color reappears.

Expected behavior

The background-color should stay as long as the row is selected, not just when the row is hovered.

Screenshots

Select the row: image

Move the cursor out: image

Move the cursor in: image

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery (observed in jQuery)

Affected browsers (please remove the unneeded items)

  • All

Build system information (please remove the unneeded items)

  • Not Applicable

gdenchevprog avatar Aug 08 '22 11:08 gdenchevprog

Also reported in ticket 1575837

aleksandarevangelatov avatar Aug 12 '22 05:08 aleksandarevangelatov

https://github.com/telerik/kendo/pull/15967 PR with the fix

ag-petrov avatar Aug 18 '22 08:08 ag-petrov