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

Activation not working in sequence diagrams #3849

Open
jfontsaballs opened this issue Nov 24, 2022 · 4 comments · May be fixed by #5457
Open

Activation not working in sequence diagrams #3849

jfontsaballs opened this issue Nov 24, 2022 · 4 comments · May be fixed by #5457
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@jfontsaballs
Copy link

jfontsaballs commented Nov 24, 2022

Description

Activation does not show. Arrow does offset to make room for activation lane.

Steps to reproduce

See code sample and screenshots

Screenshots

imagen

https://mermaid.ink/svg/pako:eNpNjjEKwzAQBL8iro3zARWGmLSp0qo5pI0tsKREOhXG-O-RYwy5arlZllnJJgfSVPCpiBZ3z2PmYKJqd1PXvr-oQWlVUoBMPo4HGXbS-B9QmAuoo4Ac2Lu2ue5dQzIhwJBu0eHFdRZDJm6tylXSc4mWtOSKjurbsZwK5xPOS8qPQ_Nnu30Bh5U7Lg

Code Sample

sequenceDiagram
    A ->>+ B : something
    B ->> A : something else

Setup

Mermaid live 9.2.2 and also on Obsidian 1.0.3

Additional Context

No response

@jfontsaballs jfontsaballs added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Nov 24, 2022
@jfontsaballs
Copy link
Author

It renders when you deactivate it. This works:

sequenceDiagram
    A ->>+ B : something
    B ->>- A : something else

@jfontsaballs
Copy link
Author

Maybe a notice indicating this can be added to the docs?

@jfontsaballs jfontsaballs reopened this Nov 24, 2022
@ultimate-deej
Copy link

I faced the same issue. Is it the intended behavior?
I need to create a diagram where some actors do not deactivate. I'd expect the bar to be visible and continue all the way to the bottom.

@jgreywolf jgreywolf added roadmap items to add to roadmap for auto workflow and removed roadmap items to add to roadmap for auto workflow labels Nov 16, 2023
@ckhiu
Copy link

ckhiu commented Apr 9, 2024

I would also like to see that the actors remain activated until the bottom without the need to deactivate it.
A somewhat similar request: #2897

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants