You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
we noted a bug on the edge visualization after removing a vertex from the canvas.
Let's consider we have a vertex, with four outgoing edges: in particular three belong to one class (edgeA) and the last one to another one (edgeB).
Now, if we want to delete from canvas one adjacent vertex with incoming edge A, it happens that the vertex is actually cleared from canvas but the edge with label edgeB linked to a sibling changes its own shown label to edgeA.
In the following picture I summarized the flow (before clearing #14:1, during clearing #:14:1 and after clearing #14:1).
Thank you.
Cheers,
Alessio
EDIT:
Concerning this issue, I noted that the edge that is cleared from the canvas is the last one of the outgoing edges list and not the one that is actually linked to the vertex to be cleared.
The text was updated successfully, but these errors were encountered:
Hello,
we noted a bug on the edge visualization after removing a vertex from the canvas.
Let's consider we have a vertex, with four outgoing edges: in particular three belong to one class (edgeA) and the last one to another one (edgeB).
Now, if we want to delete from canvas one adjacent vertex with incoming edge A, it happens that the vertex is actually cleared from canvas but the edge with label edgeB linked to a sibling changes its own shown label to edgeA.
In the following picture I summarized the flow (before clearing #14:1, during clearing #:14:1 and after clearing #14:1).
Thank you.
Cheers,
Alessio
EDIT:
Concerning this issue, I noted that the edge that is cleared from the canvas is the last one of the outgoing edges list and not the one that is actually linked to the vertex to be cleared.
The text was updated successfully, but these errors were encountered: