-
Notifications
You must be signed in to change notification settings - Fork 58
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
Removing an edge may give the impression the wrong edge has been removed #931
Comments
Since many edges can be displayed between two same elements, a hidden issue is now visible. To fix this issue we should rely on edge anchors instead of a counter to build edge ids. |
gcoutable
added a commit
that referenced
this issue
May 13, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
May 13, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
39 tasks
gcoutable
added a commit
that referenced
this issue
May 13, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
39 tasks
gcoutable
added a commit
that referenced
this issue
Jun 1, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
Jun 14, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
Sep 7, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
Sep 7, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
Sep 20, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
Sep 20, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
gcoutable
added a commit
that referenced
this issue
Sep 20, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Oct 5, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Oct 6, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Oct 6, 2022
Bug: #931 Signed-off-by: Guillaume Coutable <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screenshots
Issue-removing-an-edge.mp4
Steps to reproduce
Expected behavior
The remaining edge keeps its position
Actual behavior
The remaining edge take the position of the removed edge
The text was updated successfully, but these errors were encountered: