Skip to content
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

Nudging an execution nudges down also nested executions #422

Closed
rschnekenbu opened this issue Nov 19, 2018 · 3 comments
Closed

Nudging an execution nudges down also nested executions #422

rschnekenbu opened this issue Nov 19, 2018 · 3 comments
Assignees

Comments

@rschnekenbu
Copy link
Collaborator

When nudging an execution with nested executions, the nudging command is applied to all elements, regardless of their container. The nested execution is then nudged when its nesting execution is nudged, so its relative position on the nesting execution is modified.

before-nudge
before

after-nudge
after

@cdamus
Copy link
Collaborator

cdamus commented Nov 19, 2018

@rschnekenbu I think I'm incidentally fixing this with my work on dragging and dropping nested executions for #411.

@cdamus cdamus self-assigned this Nov 19, 2018
@rschnekenbu
Copy link
Collaborator Author

Ah, @cdamus , interesting! I was looking to improve the management of the MoveDownVisitor to make him aware of the already moved containers on which children are located in a relative manner (elements on a lifeline, execution on executions, etc).
That's perfect if you already take care of that issue in the context of another one ;)

@cdamus
Copy link
Collaborator

cdamus commented Nov 19, 2018

Yeah, sorry, I had already done exactly that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants