-
Notifications
You must be signed in to change notification settings - Fork 495
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
Arrows disappear on adding color #1342
Comments
Thanks for reporting this bug. As it looks like, this is an issue with Camunda Modeler v2.x, too. |
Problem persists across imports, cf. example diagram. |
Until now we did not properly sanitize the IDs we create for colored markers. This would make the marker retrival fail with fill and stroke colors encoded in hex and rgb(a, b, c) form. This improves the situation by removing forbidden chars from the marker ID. Related to camunda/camunda-modeler#1342
Until now we did not properly sanitize the IDs we create for colored markers. This would make the marker retrival fail with fill and stroke colors encoded in hex and rgb(a, b, c) form. This commit improves the situation by removing forbidden chars from the marker ID. Related to camunda/camunda-modeler#1342
The issue is / was that we do / did not properly account for hex ( |
Until now we did not properly sanitize the IDs we create for colored markers. This would make the marker retrival fail with fill and stroke colors encoded in hex and rgb(a, b, c) form. This commit improves the situation by removing forbidden chars from the marker ID. Closes #981 Related to camunda/camunda-modeler#1342
Until now we did not properly sanitize the IDs we create for colored markers. This would make the marker retrival fail with fill and stroke colors encoded in hex and rgb(a, b, c) form. This commit improves the situation by removing forbidden chars from the marker ID. Closes #981 Related to camunda/camunda-modeler#1342
Until now we did not properly sanitize the IDs we create for colored markers. This would make the marker retrival fail with fill and stroke colors encoded in hex and rgb(a, b, c) form. This commit improves the situation by removing forbidden chars from the marker ID. Closes #981 Related to camunda/camunda-modeler#1342
I have the same problem in Modeler 3.1 for Windows x64 - |
Closed via aafbda4 |
This problem is still there in Modeler 3.1.2 |
Correct. It is gone in the nightly though. |
relates to SUPPORT-5950 |
Steps to reproduce
Expected behavior
The Sequence Flow arrow is colored.
Observed behavior
Th arrow of the Sequence Flow disappears:
Depends on bpmn-io/bpmn-js#972
Related to SUPPORT-5950
The text was updated successfully, but these errors were encountered: