You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In #85, the activities involved in compliance rules are highlighted on mouseover. When a new CSS class is added to highlight the activities, the ripple circles of the activity to be highlighted are discarded. Similar behavior as in #2 and #4.
To Reproduce
Steps to reproduce the behavior:
Notice that Record Invoice Receipt has ripple circles
Click on Clear Invoice
Hover the mouse on Record Invoice Receipt in the displayed popover
Notice that the ripple circles are discarded from Record Invoice Receipt
The text was updated successfully, but these errors were encountered:
the "ripple circles" are created by manually (i.e. without using the bpmn-visualization or mxGraph API) to modify the DOM
when applying a CSS class with the bpmn-visualization API, the SVG node are fully updated based on the content of the mxGraph model. The ripple circles are not stored in this model, so they are removed.
Something like what is described in #4 (comment) would fix the problem.
Describe the bug
In #85, the activities involved in compliance rules are highlighted on mouseover. When a new CSS class is added to highlight the activities, the ripple circles of the activity to be highlighted are discarded. Similar behavior as in #2 and #4.
To Reproduce
Steps to reproduce the behavior:
Record Invoice Receipt
has ripple circlesClear Invoice
Record Invoice Receipt
in the displayed popoverRecord Invoice Receipt
The text was updated successfully, but these errors were encountered: