PlanUML - online server with newpage display issue?

0 votes
asked Nov 7, 2022 in Bug by matjung (120 points)
Hi,

I was using the guide - https://plantuml.com/guide to copy and paste some uml together.

Based on my eyes and taste, the online result (Firefox 100x) looks strange.

The online viewer does not render newpage well.

Second observation. The javascript console contains a bunch of Cross Origine Request blocked issues.

Source code

@startuml
autonumber
header Hello Alice
footer Page %page% of %lastpage%
title Hello World
Bob -> Alice : hello
Alice -> Bob : What's up?
newpage
Alice -> Bob: Authentication Request
alt successful case
Bob -> Alice: Authentication Accepted
else some kind of failure
Bob -> Alice: Authentication Failure
group My own label
Alice -> Log : Log attack start
loop 1000 times
Alice -> Bob: DNS Attack
end
Alice -> Log : Log attack end
end
else Another type of failure
Bob -> Alice: Please repeat
end
@enduml

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.
...