Sequence: "note right" rendering issue after activate

0 votes
asked Feb 16, 2015 in To be sorted by anonymous

Hi,

Using the following simple example :

participant A
participant B
A -> B
activate B
note right : test

 

The right side of the note is cut off. This does not happen without "activate B".

It looks like the additional space taken by the activate is not reported, putting the right part out of the diagram.

 

Regards,


 

commented Feb 17, 2015 by anonymous
Also, there is a rendering issue when you use the following example :

A -> B ++
B -> B ++
deactivate B

The B to B arrow isn't connected properly to the activated line, on the beginning end.

Thank you,

1 Answer

0 votes
answered Oct 1, 2015 by anonymous
Hi, I also get the same bug with right part of notes being chopped of... Any idea of how to fix this?
commented Oct 1, 2015 by anonymous
commented Oct 5, 2015 by plantuml (294,960 points)
Many thanks for your patch!

We have integrated it (and slightly modified it) in last beta : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
This will be present in next official release.
commented Oct 20, 2015 by anonymous
Hi, your fix still produces wrong results when trying the following:

skinparam shadowing false
A -> B : a
note right: Note
activate B
B --> A : b
deactivate B

Regards,
jco
commented Nov 1, 2015 by plantuml (294,960 points)
This should be fixed in V8032.
Thanks for the report.
...