Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
subITCSS opened this issue Jul 4, 2024 · 4 comments
Closed

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

subITCSS opened this issue Jul 4, 2024 · 4 comments
Labels
vaadin-grid-pro waiting for author Further information is requested

Comments

@subITCSS
Copy link

subITCSS commented Jul 4, 2024

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
Copy link
Contributor

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

@sissbruecker
Copy link
Contributor

Seems like a duplicate of vaadin/web-components#2550

Let's confirm this is about custom editors first.

@sissbruecker sissbruecker added the waiting for author Further information is requested label Jul 5, 2024
@yuriy-fix
Copy link
Contributor

Closing as stale. Feel free to re-open if still valid.

@subITCSS
Copy link
Author

@yuriy-fix It is kind of the same - but the behavior of the fieldcontent when clicking in it seems different for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vaadin-grid-pro waiting for author Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants