You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Grid with Components in the cells
grid.SetEditOnClick(true)
click in cell
Environment
Vaadin version(s): 24.4.4
Browsers
No response
The text was updated successfully, but these errors were encountered:
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.
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
Environment
Vaadin version(s): 24.4.4
Browsers
No response
The text was updated successfully, but these errors were encountered: