GraphWalker / graphwalker-project

This is the repo for the Model-based testing tool GraphWalker.

Home Page:http://graphwalker.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug in GraphWalker Studio 4.3.1: Edges starts disappearing from the model when the Vertex name becomes longer

Alexander-Ng-Mx opened this issue · comments

Observation:
Edges starts disappearing when the size of the name of its vertex grows (see images). If the name is long enough, it can even remove all its edges. It only removes the edges with the source and destination on the same vertex.
image
starting vertex name

image
longer vertex name

Expectation:
when the size of the vertex name grows, it should not remove its edges.