-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unexpected Layout After Using Space Tool #1019
Comments
Due to the sequence of first resizing and then moving shapes when using the space tool the layout ends up broken. To prevent that from happening we should differenciate between adding space and removing space and split up moving shapes: Adding Space
Removing Space
|
Could you link the support case? |
SUPPORT-5824 |
Thanks! |
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 13, 2019
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 13, 2019
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 13, 2019
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 14, 2019
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jun 14, 2019
@nikku Let's have a look at this together next week. 🍻 |
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jan 10, 2020
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jan 13, 2020
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jan 13, 2020
philippfromme
added a commit
to bpmn-io/diagram-js
that referenced
this issue
Jan 13, 2020
Related to bpmn-io/bpmn-js#1019 Related to bpmn-io7bpmn-js#878
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
backlog
Queued in backlog
labels
Jan 19, 2020
nikku
added
ready
Ready to be worked on
and removed
in progress
Currently worked on
labels
Jan 24, 2020
— with
bpmn-io-tasks
Closed via #1269 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduce
bpmn:SubProcess
with an appended flow nodeExpected Behavior:
The connection bewteen the two doesn't change.
Actual Behavior:
The connection between the two is laid out in an unexpected way.
Related to SUPPORT-5824
The text was updated successfully, but these errors were encountered: