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 CTRL+SPACE+ENTER in text input field throws error #4817

Open
gmitter-ef opened this issue Jan 24, 2025 · 0 comments
Open

[Bug]: hitting CTRL+SPACE+ENTER in text input field throws error #4817

gmitter-ef opened this issue Jan 24, 2025 · 0 comments

Comments

@gmitter-ef
Copy link

gmitter-ef commented Jan 24, 2025

Apache Hop version?

apache/hop-web:2.11.0; Hop-GUI 2.11.0 (Windows)

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?

Encountered in both the Hop-Web 2.11.0 GUI (container running on a RHEL 9.4 host) , aswell as in Hop-GUI 2.11.0 for Windows.
CTRL+SPACE+ENTER in a text field that allows choosing HOP variables (such as ${PROJECT_HOME}) throws an error message.
In case of Hop-Web GUI, the application crashes, in case of local Windows installation you can click the error away and continue working.

Steps to reproduce:

  • open default project
  • create a pipeline
  • add a text file output transform
  • edit the text file output transform
  • select the string "file" in the text input field "Filename"
  • hit CTRL+SPACE+ENTER (no mouse clicks in between)
    (I know: before the ENTER a mouse click to choose a variable in the dropdown would be the correct way to continue)

In Hop Web GUI, this leads to "Server Error The application terminated unexpectedly."
In Windows GUI, this leads to "An error occurred executing action RunTimeException: Error executing method : editTransform in... Root cause: SWTException: Widget is disposed." but you can continue working

Issue Priority

Priority: 3

Issue Component

Component: Hop Web

Web-GUI:
Image
Image

local Windows GUI:
Image
Image

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

1 participant