Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StateDiagram displaying <<EntryPoint>> on wrong state in nested states #1785

Open
WillFlanery opened this issue May 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@WillFlanery
Copy link

Describe the bug
Using <<entryPoint>> in State diagram, the entry points generally do not display in the correct locations.
However, <<exitPoint>> works correctly.

To Reproduce
View this diagram. Notes are embedded.
//www.plantuml.com/plantuml/png/VPDHYeCm48QVCwUOjttPtg18QmwmXTttHTiH1TT8CiAMfNVVYKPDj1HAIFvCCjyNwibnONduQG5aneGV0vFzzDC_K5D4dKHhZiUZ9FP-CKt7MGQgCnAsL36QQbiCIbqiLMHnF8EzF-IG3PQ41IFN98iU57Ktz1SjJNyRJdjAiBHKCDUDu_SPXJR6bMIBkUUKAedLLzqub9zdCLrxbu5aKV2RmwknbguCAWAC2ANDbcnkVpXaeKaki0bjxcbJt7oF-umtbpm0kzeCxGrBpppV-uxz-DX5AHO5OyDkUjq4F-RFT_mgT8e4D8f1gg0dXSH1xnoUIsXGhopq2uj88_NGUu_721rsHIO8GzYPLkl66SPycYznz4z-G1gi3nGLdGHGlgP_

Expected behavior
enterOuterState is expected to be on the top of OuterState, but displays on its side.
enter_A appears as expected, on the top of state_A.
enter_B is expected to be on the top of state_B, but displays on the top of state_A.
enter_C is expected to be on the top of state_C, but displays on the side of state_B.

Screenshots
image

Desktop
Occurs on PlantUML.com and locally-installed PlantUML GUI
plantuml-gplv2-1.2024.4.jar installed 2024-05-20.
Windows 10 Enterprise

@The-Lum The-Lum added enhancement New feature or request and removed triage labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants