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

[Bug]: Hop GUI - problem in deleting rows from parameter grids #3801

Open
dave-csc opened this issue Apr 12, 2024 · 3 comments
Open

[Bug]: Hop GUI - problem in deleting rows from parameter grids #3801

dave-csc opened this issue Apr 12, 2024 · 3 comments

Comments

@dave-csc
Copy link
Contributor

Apache Hop version?

2.8.0

Java version?

openjdk version "21.0.2" 2024-01-16

Operating system

Linux

What happened?

Setup any transform or action that can be parametrized with a grid (e.g. Fake data, Pipeline executor, Write to log).

When you delete a row from the grid, the value in the same column from the next row is selected: then if you type ENTER, the value in the first column is changed or deleted.

Using Ubuntu 22.04.4 LTS on VirtualBox for Windows

Issue Priority

Priority: 2

Issue Component

Component: Hop Gui

@hansva
Copy link
Contributor

hansva commented Apr 12, 2024

This should be resolved in the latest builds #3787
You can test this by downloading a development build

@pauloricardoferreira
Copy link

OK.

I will carry out the tests and post the results.

@dave-csc
Copy link
Contributor Author

Hello,

I was trying similar tests on the newly released version 2.9.0 of Hop and the component Set Variables, and this happens:

  • fill the table using "Get fields" and then select a cell in the row to delete and delete it
  • the corresponding cell in the same row stays selected and shows the text that was included in the deleted row
  • if you type ENTER, this text replaces the content of the first cell (as described above). If it's a combo box it can assume a value that's not among the possible choices
  • if you type ESC, no change is performed if the selected cell is a normal text field, but it is if the selected cell is a combo box

So the issue is not yet resolved... 😢

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