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]: hitting DEL when trying to rename a transform deletes the transform from canvas #4811

Open
gmitter-ef opened this issue Jan 23, 2025 · 1 comment

Comments

@gmitter-ef
Copy link

gmitter-ef commented Jan 23, 2025

Apache Hop version?

apache/hop-web:2.11.0

Java version?

openjdk 17.0.2 2022-01-18 OpenJDK Runtime Environment (build 17.0.2+8-86) OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)

Operating system

Docker

What happened?

Using the Web GUI container under RHEL 9.4, hitting DEL in a text input field (e.g. transform name) leads to the deletion of the transform in the canvas.

How to reproduce:

  • startup a container with the 2.11.0 hop-web image
  • open the default project
  • create a new pipeline
  • add the dummy transform
  • edit the dummy transform
  • click before the "D" in the transform name input field (such that the cursor blinks before the "D"), and press DEL
  • the dummy transform gets deleted from the canvas

See the screenshots.

Issue Priority

Priority: 3

Issue Component

Component: Hop Web

Image
Image

@hansva
Copy link
Contributor

hansva commented Jan 23, 2025

Confirmed.
Small side note for the developer taking this on. This only happens when using the edit button from the context dialog, it does not work when clicking on the transform name to edit it.

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

2 participants