URLs are not shown when mixed with text in component captions.

0 votes
asked May 11, 2015 in Bug by vialibre (120 points)
reshown May 12, 2015 by plantuml

Hi,

In the following code, the url disappear in the component, frame and interface caption, as soon as a text is added before or after it.

It does work correctly in the "containing" versions of the same component and frame. The following code shows both behaviours.

frame "Plant [[www.plantuml.com Uml]]" as test {
  frame "Plant [[www.plantuml.com Uml]]" as test2
}

component "Plant [[www.plantuml.com Uml]]" as test3 {
  component "Plant [[www.plantuml.com Uml]]" as test4
}

interface "Plant [[www.plantuml.com Uml]]" as test5

 

Regards,

1 Answer

+1 vote
answered May 12, 2015 by plantuml (295,000 points)
selected May 12, 2015 by vialibre
 
Best answer
Thanks for the feedback!

The last beta (8025beta5) should solve this issue:

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Do not hesitate to post if you find other issues with URL...

Regards,
commented May 12, 2015 by vialibre (120 points)
Thank you, your fix works fine.
...