di waypoints of sequence flows (first and last) if they lie within a lane
*** This bug has been marked as a duplicate of bug 1196267 ***
this bug is specific to lanes where the bug 1196267 for subprocesses. there is a small difference in the fix and i would like to ask if we could keep them separate for this one fix is in 6.2.x https://github.com/droolsjbpm/jbpm-designer/commit/aaef4aca1698dd3b7ba5f5e89f25e7c0e565bba5 master https://github.com/droolsjbpm/jbpm-designer/commit/b90c080e5ae506c76f803858b3561c380c436064
I believe this was fixed in master months ago (the only issue was the cherry-pick to 6.2.x)
The first and last Waypoint in the BPMNEdge DI element for the Sequence Flow have sum of coordinates relative to the top-left corner and the swimlane, instead of being absolute (diagram-relative) coordinates. (See attachment) P.S. I guess commit is hard readable and it can cause some inaccuracies like this one. So maybe it is not so bad to make some refactoring of it.
Created attachment 1086513 [details] DI points position in Business Process Source after fix