teoz + create + & note issue

+1 vote
asked Apr 8, 2019 in Bug by anonymous

Hi,

Minor issue when using teoz, creating participants and using & note.

In version 2019.04

@startuml
!pragma teoz true

participant Bob #red
participant Alice #white
participant Ken #yellow
participant Jane #pink

Bob -> Alice : hello
& note right of doc: txt

Alice -> Ken ** : Birth
& note right of doc: txt

Alice -> Jane ** : Birth
note right of doc: txt
@enduml

PlantUML diagram

Line for Ken start too early. That is triggered by "& note".

br,

Hannu

commented Apr 9, 2019 by mawi (620 points)
Hello,
The problem - that the *lifelines extend above being created* is more general, I believe - it is not triggered by the note.

Here is an example which does not include a note - I have not analyzed/understood the cause / what triggers the problem:

http://www.plantuml.com/plantuml/uml/LT3DIiH030VmUvuY8dYheAiUUYXxsuk81ryWdMIxXTsP8Kr1VNepOrbsJir7Vd_Ax1SZjVLoXhkiD5q8JT8lcgu2S9fPy9YIZUaR8FlX7EPCqP2QRcow0255qtH6RkRIT4S0weQnnoS8AcJYxW77RWWzFiEaQSru_wKK5rVYuFF_SoWRsEuUhvWTXsxWChpoztawsK7b1pzaCU4DSyMxWglOkTXYf2obnnUGkdhrMAw_-GOI6Mimt9HxB_tr_W00


I have had this issue for some time.

As always, thanks for a great tool!

BR! /marcus

1 Answer

0 votes
answered Apr 16, 2019 by plantuml (295,000 points)
Thanks for the feedback.

It should be ok with last beta http://beta.plantuml.net/plantuml.jar

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