Teoz group header overlaps note

0 votes
asked Jul 10, 2019 in Bug by Odi (120 points)

When a note is the first element in the "else" part of a group, the text of the group-header overlaps the note.

   @startuml
    !pragma teoz true
    participant A
    alt case 1
        note over A: Foo
    else case 2
        note over A: Bar
    end opt
    @enduml

Tested with PlantUML 1.2019.7 and the newest beta.


This was still working back in 1.2019.3

1 Answer

+1 vote
answered Jul 12, 2019 by plantuml (295,000 points)
Thanks for the feedback.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar
commented Jul 18, 2019 by Odi (120 points)
I can confirm that this is fixed now in 1.2019.8 too. Thanks a lot.
...