-
Notifications
You must be signed in to change notification settings - Fork 419
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
Resize collapsed element when it is expanded #287
Comments
ghost
assigned barmac
Oct 11, 2018
barmac
added a commit
that referenced
this issue
Oct 11, 2018
* AutoResize will now be activated whenever a collapsed element is expanded unless the auto resizing is explicitly deactivated Closes #287
ghost
added
needs review
Review pending
and removed
in progress
Currently worked on
labels
Oct 11, 2018
barmac
added a commit
that referenced
this issue
Oct 11, 2018
* AutoResize will now be activated whenever a collapsed element is expanded unless the auto resizing is explicitly deactivated Closes #287
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
The collapsed element does not resize after expansion even if the children have bigger size than the element. Resizing of a collapsed element is handled by
bpmn-js
(see: https://github.com/bpmn-io/bpmn-js/blob/master/test/spec/features/modeling/behavior/ToggleElementCollapseBehaviourSpec.js#L389) instead ofdiagram-js
.Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
The collapsed element should be resized.
Environment
The text was updated successfully, but these errors were encountered: