flow-components icon indicating copy to clipboard operation
flow-components copied to clipboard

GridPro has "Ghostdata" when having editable cells clicked

Open subITCSS opened this issue 7 months ago • 2 comments

Description

When clicking a cell via editOnClick the Component which is set to editable shows initially the previous data instead of the correct data which is displayed moments later. So we have on the initial cell click a kind of ghost data.

buhu

Expected outcome

Only the real Component and it´s data is shown at any time.

Minimal reproducible example

grid.setEditOnClick(true)

Any type of component rendered in the cell.

Steps to reproduce

  1. Grid with Components in the cells
  2. grid.SetEditOnClick(true)
  3. click in cell

Environment

Vaadin version(s): 24.4.4

Browsers

No response

subITCSS avatar Jul 04 '24 06:07 subITCSS