Maciej Barelkowski

Results 847 comments of Maciej Barelkowski

I tried to implement this but then discovered that it's too complex for `spring cleaning`. We can tackle this later but need to make sure that we don't introduce bugs....

This will be implemented in an upstream repo: https://github.com/camunda/bpmnlint-plugin-camunda-compat

Finding: When one imports the diagram, process' elements parent is set to collaboration. ![image](https://user-images.githubusercontent.com/28307541/120002903-88dc2480-bfd5-11eb-8cce-e73d250a1740.png)

Yeah, I think the spring cleaning is a right time for this.

Thank you for creating this issue. So if I get it correctly, you'd like to be able to take this: ![image](https://user-images.githubusercontent.com/28307541/138648923-463b61b7-58f6-4577-9c73-41015181ae44.png) and transform it into something like this: ![image](https://user-images.githubusercontent.com/28307541/138649416-1a907181-02de-4338-9a14-0ad2052ca466.png) and...

Is it ready for review?

I see your point. According to the BPMN 2.0.2 spec: > Labels are optional for BPMNShape and BPMNEdge. When there is a label, the position of the label is specified...

Thanks for your report. I was able to reproduce this and will move it to the backlog. We will happily accept a PR with a fix.

This can be a problem within [`ManhattanLayout#repairConnection`](https://github.com/bpmn-io/diagram-js/blob/master/lib/layout/ManhattanLayout.js#L333) as we do not care there about the preferred layout unless it's the straight layout.

Thank you for your bug report. I was able to reproduce the issue and can confirm that the bug was introduced in v8.5.0. I suspect that it's caused by the...