-
I have a question about reconnecting edges: When I try to reconnect an existing Edge in GLSP with another element in my diagram the behavior is a little bit strange and users often do not understand it.
This releasing of the mouse button can not be seen in the screen cast above. But I wonder if this is the normal expected behavior of reconnecting edges in glsp? The more expected behavior for me would be that releasing the mouse button finishes the reconnect action. Maybe I have done something wrong in my implementation? === |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rsoika, I think that
Edge reconnect:
I agree that this is a bit unexpected and especially for the reconnect use-case it would be great if the tool would also allow reconnection via Feel free to open an issue//feature request for this |
Beta Was this translation helpful? Give feedback.
Hi @rsoika,
I think that
s the normal/expected behavior of the default reconnect tool. It
s currently implemented in the same fashion as the edge creation tool which also does not really support the drag usecase.Currently these tools are designed to be used in
click-move-click
style:Edge creation:
Edge reconnect:
I agree that this is a bit unexpected and especially for the reconnect use-case it would be great if the tool would also allow reconnection via
drag&drop
Feel free to open an issue//feat…