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

Package node loses position when last child node unlinked #505

Closed
prmr opened this issue Jul 10, 2023 · 0 comments
Closed

Package node loses position when last child node unlinked #505

prmr opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
bug A problem main Issues with the main code base
Milestone

Comments

@prmr
Copy link
Owner

prmr commented Jul 10, 2023

Description
The position of package nodes is a function of the position of their children nodes. However, when all nodes are deleted, the package node should retain its last position. This occurs correctly when children nodes are deleted, but not when they are unlinked from the parent node.

Steps to reproduce

  1. Create new class diagram
  2. Create a new package node
  3. Add some children nodes to the package node
  4. Move the children around
  5. Unlink all the children from the package node
  6. The package node jumps to the position where it was initially created

Configuration

  • JetUML Release: 3.5
@prmr prmr added bug A problem main Issues with the main code base labels Jul 10, 2023
@prmr prmr added this to the Release 3.6 milestone Jul 10, 2023
@prmr prmr self-assigned this Jul 10, 2023
prmr added a commit that referenced this issue Jul 11, 2023
@prmr prmr closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem main Issues with the main code base
Projects
None yet
Development

No branches or pull requests

1 participant