alexmller opened a new issue, #5884:
URL: https://github.com/apache/hop/issues/5884
### Apache Hop version?
2.15
### Java version?
openjdk 17.0.16+8-LTS
### Operating system
macOS
### What happened?
## Scenario
When working with TableView, I occasionally perform a drag operation on a
field by accident. This happens when the mouse is not held still when clicking
into a field.
## Expected result
A cancelled drag operation, because source and target (row-fields) are the
same.
## Actual result
Metadata for copying the whole row is appended as plain text to the *Name*
field.
Example for "a_field" with type "String":
`a_fieldTableView
Name Type Format Length Precision CurrenTableView
Name Type Format Length Precision Currency Decimal Group
Set empty string?
a_fieldTableView
Name Type Format Length Precision Currency Decimal Group
Set empty string?
a_field String N
String N
cy Decimal Group Set empty string?
a_field String N
`
<img width="753" height="184" alt="Image"
src="https://github.com/user-attachments/assets/7c69a519-eb99-4d37-a64e-7b75c66279d3"
/>
## General information
The only appliccable drop target - as I understand from the UI - seems to be
the source field itself, leading to the above issue. If this is the case, it
might make most sense to remove the function.
### Issue Priority
Priority: 3
### Issue Component
Component: Hop Gui
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]