vaadin / flow-components

Java counterpart of Vaadin Web Components
82 stars 63 forks source link

GridPro has "Ghostdata" when having editable cells clicked #6402

Open subITCSS opened 6 days ago

subITCSS commented 6 days ago

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

sissbruecker commented 5 days ago

Can you please share a full reproduction? Are you using custom editor components or only the built-in ones?

sissbruecker commented 5 days ago

Seems like a duplicate of https://github.com/vaadin/web-components/issues/2550

Let's confirm this is about custom editors first.