apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
985 stars 354 forks source link

[Bug]: Variable selection not inserting into SQL text in Table Input transform #4591

Open Adalennis opened 2 days ago

Adalennis commented 2 days ago

Apache Hop version?

SNAPSHOT-2024-11-15

Java version?

java version 21.0.2

Operating system

macOS

What happened?

In the Table Input transform, when using Ctrl + Space to open the variables list, selecting and double-clicking a variable does not insert it into the SQL text as expected.

Steps to reproduce:

  1. Open the Table Input transform in Hop GUI.
  2. Click into the SQL editor.
  3. Press Ctrl + Space to display the list of variables.
  4. Select a variable from the list.
  5. Double-click on the selected variable.
  6. Observe that the variable is not inserted into the SQL text.

Expected behavior: Double-clicking on a variable in the Ctrl + Space variable list should automatically insert it into the SQL text.

Actual behavior: The variable is not inserted into the SQL text, requiring manual entry.

Issue Priority

Priority: 3

Issue Component

Component: Hop Gui

dave-csc commented 1 day ago

Hi @Adalennis, it's probably a more general problem, check also #3783

Adalennis commented 23 hours ago

Got it @dave-csc, thanks