imixs / open-bpmn

BPMN Modeler based on Eclipse Graphical Language Server Platform
https://www.open-bpmn.org
Other
71 stars 11 forks source link

Improve moving a BPMN element with label (event/gateway) #318

Closed rsoika closed 8 months ago

rsoika commented 9 months ago

Old implementation of selecting a event or gateway does a ugly way selecting the corresponding label. I think we have a lot of code somewhere to move the label synchronized to the main element.

This is idiotic and we should try to simply to extend the selection - like if you use ctrl+ key

We already do exactly this when moving a Pool!!