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
Noticable within #1028. Bug already exists in the library, though.
This is caused by BpmnRules. canConnectMessageFlow returns true when shape is outside of the diagram as it can't find its organizational parent. Thus, organizational parents of the elements are different (undefined vs. process/participant) and rules return message flow as an appropriate connection.
Steps to Reproduce
Drag a shape outside of canvas like on the screencast above.
Describe the Bug
Interesting behavior when you leave the canvas while previewing connection:
Originally posted by @philippfromme in #1028 (comment)
Noticable within #1028. Bug already exists in the library, though.
This is caused by
BpmnRules
.canConnectMessageFlow
returnstrue
when shape is outside of the diagram as it can't find its organizational parent. Thus, organizational parents of the elements are different (undefined
vs. process/participant) and rules return message flow as an appropriate connection.Steps to Reproduce
Drag a shape outside of canvas like on the screencast above.
Expected Behavior
No connection allowed.
Environment
The text was updated successfully, but these errors were encountered: