note positon error

+1 vote
asked Jul 24, 2021 in Bug by anonymous
edited Jul 26, 2021

@startuml

start

repeat :read data;
note left
This is a note
end note
  :generate diagrams;
repeat while (more data?)

stop

@enduml

vs

@startuml

start

repeat
:read data;
note left
This is a note
end note
  :generate diagrams;
repeat while (more data?)

stop

@enduml

commented Jul 24, 2021 by The-Lu (63,920 points)

It is an hidden feature or a bug... wink

CodeOutput
@startuml

start

repeat :read data;
note left
This is a note
end note
  :generate diagrams;
repeat while (more data?)

stop

@enduml
@startuml

start

repeat
:read data;
note left
This is a note
end note
  :generate diagrams;
repeat while (more data?)

stop

@enduml

commented Aug 2, 2021 by tt

hidden feature? sad

commented Mar 3, 2022 by Shekesh (100 points)

Issue still exists, notes for a repeat node are positioned separate (below) the repeat node but should be at the side with a tail.

activity-beta tag should be added.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...