enterprise-wc icon indicating copy to clipboard operation
enterprise-wc copied to clipboard

IdsDataGrid: Frozen column transparent when the row is selected

Open fabiojpoli opened this issue 6 months ago • 0 comments

Describe the bug The cell for the frozen column shows transparent. Is possible to see the value under the frozen cell when the row is blue (selected or mouse hovered)

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://main.wc.design.infor.com/ids-data-grid/columns-formatters.html
  2. On console browser run this:
document.getElementById('data-grid-formatters').columns[0].frozen = 'left'
document.getElementById('data-grid-formatters').redrawBody()
  1. Scroll the grid to the left The frozen cell is transparent.

Expected behavior Keep the brackground for the frozen column white independently if there is any different state applied to the row.

Version 1.4.2

Screenshots Screenshot 2024-08-20 at 9 27 28 PM

fabiojpoli avatar Aug 21 '24 02:08 fabiojpoli