You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, you can mouse scroll the list but you can't select one of those variables: the list disappears and the input field stays blank. The following error is reported on the Linux terminal:
Gdk-Message: 09:34:50.027: Window 0x7872b27a4230 is a temporary window without parent, application will not be able to position it on screen.
Something similar happens when you hit CTRL+SPACE, and then type some letters in order to find the variable name.
Variable replacements are actually working, but the only way to insert them is to write their syntax ${variable_name} manually.
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
Apache Hop version?
2.8.0
Java version?
openjdk 21.0.2 2024-01-16
Operating system
Linux
What happened?
In any transform or action you can use CTRL+SPACE in a supported input field to show the list of defined variables.
However, you can mouse scroll the list but you can't select one of those variables: the list disappears and the input field stays blank. The following error is reported on the Linux terminal:
Gdk-Message: 09:34:50.027: Window 0x7872b27a4230 is a temporary window without parent, application will not be able to position it on screen.
Something similar happens when you hit CTRL+SPACE, and then type some letters in order to find the variable name.
Variable replacements are actually working, but the only way to insert them is to write their syntax
${variable_name}
manually.Issue Priority
Priority: 2
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: