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

OPen link does not work #6020

Open
cotemok opened this issue Nov 3, 2024 · 5 comments · May be fixed by #6093
Open

OPen link does not work #6020

cotemok opened this issue Nov 3, 2024 · 5 comments · May be fixed by #6093
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@cotemok
Copy link

cotemok commented Nov 3, 2024

Description

when I specify open links there is always an arrow.

Steps to reproduce

just declare an open link in flowchart diagram.
see https://mermaid.js.org/syntax/flowchart.html#an-open-link

Screenshots

flowchart
A --- B
C --> D
Loading

on syntax doc :
img

Code Sample

flowchart
A --- B
C --> D

Setup

  • Mermaid version:11.3.0
  • Browser and Version:mermaid-cli and firefox 131.0.3 for syntax doc

Suggested Solutions

No response

Additional Context

No response

@cotemok cotemok added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Nov 3, 2024
@cbienmueller
Copy link

cbienmueller commented Nov 9, 2024

Same problem with mermaid 11.4.0, Google Chrome, Brave-Browser and still in mermaid.live.

If i change the link in my html file from
https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs
to
https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
it works, so it seems to be a regression in Mermaid 11.

@lj0812
Copy link

lj0812 commented Nov 22, 2024

I had the same problem

@jahredhope
Copy link

I just noticed this myself on the Mermaid docs site, Firefox v133

@jahredhope jahredhope linked a pull request Nov 28, 2024 that will close this issue
4 tasks
@mcknz
Copy link

mcknz commented Jan 3, 2025

Getting same issue with 11.4.2. Seems to have last worked correctly in version 10.9.1, which is the version I have to use currently.

@Spiralo-Idioide
Copy link

If anyone needs a quick and dirty fix, it's possible to remove the arrow with styling (there is still a little gap).

flowchart
  A --- B
  linkStyle 0 marker-end:none
flowchart
  A --- B
  linkStyle 0 marker-end:none
Loading

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.

6 participants