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

Actor Menus on Sequence Diagrams do not popup. #4212

Closed
timjstewart1024 opened this issue Mar 10, 2023 · 1 comment · Fixed by #5160
Closed

Actor Menus on Sequence Diagrams do not popup. #4212

timjstewart1024 opened this issue Mar 10, 2023 · 1 comment · Fixed by #5160
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@timjstewart1024
Copy link

Description

When I add links to an actor on a sequence diagram, the actor popup menu does not appear. I'd greatly appreciate any help with this issue!

Steps to reproduce

To reproduce the issue:

  1. Copy the example mermaid text from the Actor Menu documentation:
sequenceDiagram
    participant Alice
    participant John
    link Alice: Dashboard @ https://dashboard.contoso.com/alice
    link Alice: Wiki @ https://wiki.contoso.com/alice
    link John: Dashboard @ https://dashboard.contoso.com/john
    link John: Wiki @ https://wiki.contoso.com/john
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!
  1. Paste it into the code panel of https://mermaid.live/
  2. Hover over the Alice and John actors and any other parts of the diagram.
  3. I would expect a popup menu to appear but one does not.

I have tried adjusting the securityLevel in the config to "loose" but that does not help.
I have tried the forceMenu option which causes the popup menu to display all the time.

Screenshots

No response

Code Sample

https://mermaid.live/edit#pako:eNqVUsFOwzAM_ZXgG1LXtWvXtTkMkCaBEJw4IKFeQuvRsDQpacoo0_6drBnaJiQQuTh-ee_Zkb2BQpUIFFp861AWuODsRbM6l8SehmnDC94waciV4AX-hG9VJR0quFw5FiUL1lbPiumSXJLKmKal43H5jfmFkka1ysZ6zA62xwaPfMWPtGub_irbtfGfsq-nbTv5X0UPoqHL0XzudDcohBo8PFKpNWEaSa-6C8fd4SPL3f_sWiMzZ8c2587lAQcVEcygtgTwoEZdM17a8Wx2ghxMhTXmQO21xCXrhMnBc08tFp3mpr_DdxSOIpRqLTuXW-vFOqMeelkANbpDD7qmtIX24wa6ZKK1qJ3pk1InOdANfACdhZEfBEmUTrNplkVJ5kEPdBROQj9OkkkYxEGYJmm69eBzcAj9aTxLkzDIskkchUnsAZbcKH3vNm5YvO0X7iXQLA

Setup

  • Mermaid version: Live editor version as of March 10, 2023
  • Browser and Version: Chrome 111.0.5563.64

Additional Context

No response

@timjstewart1024 timjstewart1024 added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Mar 10, 2023
hbcondo added a commit to hbcondo/revenut-web that referenced this issue Jul 21, 2023
actor menus do not work:
mermaid-js/mermaid#4212
@jontreynes
Copy link

I'm experiencing the same as @timjstewart1024

Actually on Azure DevOps wiki and on the Vscode extension Markdown Preview Mermaid v1.20.0 by Matt Bierner

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

3 participants