Detach in split drawing wrong lines

0 votes
asked Nov 21, 2018 in Bug by aho (160 points)
When detaching nodes which are in a split-statement, the join line is still drawn for nodes on the left side.
For nodes on the right hand side it works fine.

See

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuG8pk8eBSZ9Bk1I0m2hHq1hCI4ajIKpEWCWe9AOdPkP1vOq8o1jRSwNcfIY09K0iBWSW0RGA0000

code:

@startuml
start
split
    :a1;
    detach
split again
    :a2;
    detach
split again
    :a3;
end split
end
@enduml

Tested with latest beta.

Regards

1 Answer

+1 vote
answered Nov 21, 2018 by plantuml (294,960 points)
selected Nov 22, 2018 by aho
 
Best answer
Thanks for the feedback.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you!
...