-
Notifications
You must be signed in to change notification settings - Fork 494
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
Warning "unknown attribute <background-color>" #2599
Comments
Thanks for your bug report. We'll have a look and get back to you soon. |
Thank you for your contribution. I was able to reproduce the issue. We'll look into this. |
nikku
added a commit
to bpmn-io/bpmn-js
that referenced
this issue
Dec 3, 2021
nikku
added a commit
to bpmn-io/bpmn-js
that referenced
this issue
Dec 3, 2021
nikku
added a commit
to bpmn-io/bpmn-js
that referenced
this issue
Dec 3, 2021
Will be closed via bpmn-js bump. |
nikku
added a commit
to bpmn-io/bpmn-js
that referenced
this issue
Jan 13, 2022
barmac
added a commit
that referenced
this issue
Jan 26, 2022
barmac
added a commit
that referenced
this issue
Jan 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Coloring the named Paths after a Gateway, saving the Model and reopen It, creates a Warning:
[ FILE_PATH ] unknown attribute <background-color> [ warning ]
Its not just the Warning, our automated Unittests using these Models fail, because of the created "background-color"-Attributes. See full atttached Stacktrace: bug-background-color-camunda-bpm-unittest.txt
* cvc-complex-type.3.2.2: Attribut 'background-color' darf nicht in Element 'bpmndi:BPMNEdge' vorkommen. | resource process/Process.bpmn | line 215 | column 170
Steps to Reproduce
[ FILE_PATH ] unknown attribute <background-color> [ warning ] [ FILE_PATH ] unknown attribute <background-color> [ warning ]
Expected Behavior
No Warnings (e.g. no invalid elements) are created when saving and reopening a File with colored Elements.
Models created by Camunda-Modeler run without Parsing-Errors in Camunda-Unittest and Engine.
Environment
I tried both 4.11.1 und 4.10.0 Versions of Camunda-Modeler
p.s.: If necessary/Helpful i could also create an Jira-Ticket at jira.camunda.com since we are an enterprise customer for the Engine.
pps: This Bug Might be related to #2452 but we are only using Camunda Modeler to edit our Models.
The text was updated successfully, but these errors were encountered: