Skip to content

[Bug]: hitting OK in transforms does sometimes not apply the changes #5053

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

Open
gmitter-ef opened this issue Mar 20, 2025 · 3 comments
Open

Comments

@gmitter-ef
Copy link

gmitter-ef commented Mar 20, 2025

Apache Hop version?

2.12.0, 2.13.0-snapshot

Java version?

OpenJDK 17

Operating system

Windows

What happened?

  • choose default project
  • create a new pipeline
  • add a "Data grid" transform
  • add a field "test" of type "String" and enter "A" as data
  • rename the Data grid to e.g. "test" (not sure if renaming is actually necessary for the bug exposal!)
  • save the file
  • Repeat the following steps:
    ** edit the Data grid
    ** delete value "A" for field "test"
    ** hit "OK"
    ** save the file
    ** edit the Data grid
    ** enter value "A" for field "test
    ** hit "OK"
    ** save the file

At some point in time, the file does not get bold after hitting OK, and the changes you made are not applied!!!

This is a bug that applies to all kinds of transforms, and is hard to reproduce, but extremely annoying.
NOTE: this seems to have been introduced in 2.12.0., until 2.11.0 this was never experienced.

Issue Priority

Priority: 3

Issue Component

Component: Hop Gui

@enjoyy2
Copy link

enjoyy2 commented Mar 20, 2025

i can confirm also the behavior. i am experiencing this also at version 2.8.0. its very annoying when we are doing a lot of changes and loosing them just with a click of a button.

@sramazzina
Copy link
Contributor

Hi @gmitter-ef you suggested to use DataGrig transform because you are experiencing the issue on that transform only? Can you give us a wider view if the problem? The problem you are experiencing is related with events handled by any visual component (with this term I mean any component in Hop that has a gui so for example transforms, actions and so on). That said I'm asking you about that because it could be an issue related only with the way the DataGrid component handle GUI events.

@gmitter-ef
Copy link
Author

Hi @sramazzina! No, it is a problem that is NOT restricted to DataGrid transform only, I only chose DataGrid because there it was rather simple to reproduce the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants