apache / hop

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

[Bug]: Overlay of tabs view in Apache Hop GUI #4211

Open joaomalho opened 1 month ago

joaomalho commented 1 month ago

Apache Hop version?

2.9.0

Java version?

java 22.0.2 2024-07-16

Operating system

Windows

What happened?

When we open more than 3 tabs and rearrange their order by dragging, sometimes the names get swapped. If we save at this point, we overwrite the pipeline with the new name. Additionally, if we switch to another tab and then return, the pipeline changes to the newly overwritten one, and the original pipeline disappears.

Issue Priority

Priority: 2

Issue Component

Component: Hop Gui

nadment commented 1 month ago

We should disable the ability to move a tab for the time being. We would then have to reorganize tab management in the DataOrch perspective.