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

Huge Gap Is showing before and after the rendered of sequence diagram #2481

Closed
MayurMundekar opened this issue Nov 12, 2021 · 3 comments
Closed
Labels
Graph: Sequence Internals: Renderer roadmap items to add to roadmap for auto workflow Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@MayurMundekar
Copy link

MayurMundekar commented Nov 12, 2021

Describe the bug
We are migrating from 8.2.6 to 8.12.0 one of our existing diagram is not rendering properly in 8.12.0. In mermaid 8.2.6 one of our sequence diagram is rendering properly but in 8.12.0 there is huge gap before and after the sequence diagram. We verified in mermaid live editor and there also it is giving same issue.

Expected behavior
There should not be gap before and after the sequence diagram

Screenshots
1.Sequence Diagram rendered using 8.2.6
2021-11-12 13_34_32-Sequence Diagram breaking issue - Overview

Sequence Diagram rendered using 8.12.0
2021-11-12 13_35_17-Gap in sequence diagram - Overview

Code Sample
sequenceDiagram
participant Alice
participant Bob

participant ABC
participant XYZ

participant UVW
participant MAN

participant DUDE

par [Action to Bb]
Alice->>+Bob: Hello Bob, how are you?
Bob->>-Alice: Hello Alice, how are you?
Note Right of Bob: Delete Old Imports
Note Right of Bob: Picks SPS Instance
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>+XYZ: Hello XYZ, how are you?
XYZ->>-ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?
and [Action to AA]
ABC->>XYZ: Hello XYZ, how are you?
XYZ->>ABC: Hello ABC, how are you?

end

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser chrome
  • Version 95.0
@MayurMundekar MayurMundekar added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Nov 12, 2021
@MayurMundekar
Copy link
Author

Hi Team, Any update on this ?

@Lynncubus
Copy link

Also seeing this issue in my sequence diagrams

@Yokozuna59
Copy link
Member

duplicate of #1929

@Yokozuna59 Yokozuna59 added the roadmap items to add to roadmap for auto workflow label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Graph: Sequence Internals: Renderer roadmap items to add to roadmap for auto workflow Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

3 participants