camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.5k stars 481 forks source link

Improve context pad position for L-shaped sequence flows #1198

Open mschoe opened 5 years ago

mschoe commented 5 years ago

Is your feature request related to a problem? Please describe.

The context pad for sequence flows is always displayed in the top-right of the bounding box. This is problematic, if I model L-Shaped flows where the pad is potentially far away from the actual flow:

delete l-shaped long sequence flows

Describe the solution you'd like

Describe alternatives you've considered

Additional Context

// given
I have a long l-shaped sequence flows

// when
I try to delete the sequence flow

// then
I have to search for the delete icon 
nikku commented 5 years ago

What would be your expected position for the delete icon?

volkergersabeck commented 5 years ago

Options could be at the beginning or end of the sequence flow, such that it is always close to the line.

nikku commented 5 years ago

Thanks for your feedback. I've updated the issue accordingly.