-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Message/Sequence Flow start and end points are sometimes not at the right position #994
Comments
The following animation done by loading the non regression visual tests BPMN diagram This can also be reproduced with a simplified version of the test diagram (flows.message.01.icons_simplifiied.bpmn.txt) that only contains the fewest elements, showing that the rest of the diagram has no influence here. |
Question: could this be related to what is described in jgraph/drawio#1872
Seems fixed in jgraph/drawio@91c8890 |
New changes in draw.io
|
Root cause: when using fix attempt based on draw.io reverse engineering: poc #1363
|
Describe the bug
See what is expected (bpmn-js) and what we have with [email protected]
With the non regression visual tests BPMN diagram
flows.message.01.icons.bpmn
- on the message flows on the left of the diagram.With the non regression visual tests BPMN diagram
flows.message.02.labels.and.complex.paths.bpmn
, we see that the zoom/scale factor (in the following, when clicking on 'Fit View') changes to position of the message flowsNotice that we also see issues
This also occurs with sequence flows, see rendering of
C.6.0
, the first (from the top) outgoing sequence flow from theMake Booking
subprocessTo Reproduce
Independent of the OS and the Browser.
The bpmn-js comparison example can be used to check the behaviour discrepancies.
Additional context
We have detected this issue on message flows from day 1, see #394.
The root cause may be the same as in #715: scaling computation issue.
The text was updated successfully, but these errors were encountered: