Sequence Diagram bug with lifeline when skin BlueModern is used

0 votes
asked Jan 5, 2013 in Closed question / help by anonymous
commented Jan 5, 2013 by anonymous
Try the following sequence diagram, you will see the lifeline is set for the first activate/deactivate pair, but not the second set.  If you remove "skin BlueModern" and run it again, you will see lifeline shows up for both activate/deactivate pairs.

@startuml
skin BlueModern
[-> A: DoWork
activate A
A -> A: Internal call
deactivate A

A ->] : << createRequest >>
activate A

A<--] : RequestCreated
[<- A: Done
deactivate A
@enduml

1 Answer

0 votes
answered Jan 6, 2013 by plantuml (294,960 points)
Thanks for the report : we will investigate this.

Regards,
commented Jan 12, 2013 by plantuml (294,960 points)
This has been fixed in version V7949.
...