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

Flowcharts not showing in Firefox, but in other browsers #6112

Open
denkpass opened this issue Dec 5, 2024 · 0 comments
Open

Flowcharts not showing in Firefox, but in other browsers #6112

denkpass opened this issue Dec 5, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@denkpass
Copy link

denkpass commented Dec 5, 2024

Description

I moved all our QM docs from Word/Excel to Sphinx and used Mermaid.js-plugin for flowcharts. The new HTML document shows all flowcharts correctly in Safari and Chrome, but not in Firefox.

Steps to reproduce

  1. Use code sample in a .rst-document in a sphinx folder.
  2. Run Sphinx to make html.
  3. Open HTML in Firefox.

Screenshots

Bild
Bild (1)

Code Sample

.. mermaid::

   ---
   title: Lieferanten-Selbstauskunft
   config:
     look: handDrawn
     theme: forest
   ---

   graph TD
      A[**Input**: Lieferantenliste in Excel] -.-> B([Lieferant ist nicht zugelassen])
      B --> C[Zusendung von Formularen an neue Lieferanten zum Ausfuellen und Ruecksenden]
      C --> E[Prüfung der eingegangenen Daten vom Lieferanten]
      C -.-> D[[Form_02_Lieferanten_Selbstauskunft.docx / Form_03 -a oder b- Lieferanten_QM_Forderungen -de oder en-.docx]]
      D -.-> E
      E --> F{Prüfung OK}
      F --> |Nein| G[Auswahl eines anderen Lieferanten ODER Lieferantenaudit durchführen]
      F --> |Ja| I[Zulassung des Lieferanten durch Dateneingabe in ERP und Lieferantenliste in Excel]
      G --> H{Lieferantenaudit bestanden?}
      H --> |Ja| I
      H --> |Nein| B
      I --> J((Uneingeschränkt zugelassener Lieferant))

      click D "liste_aller_formulare.html" "Liste aller Formulare"

Setup

  • Mermaid version: 11.2
  • Browser and Version: Mozilla Firefox 133.0 auf Windows

Suggested Solutions

No response

Additional Context

No response

@denkpass denkpass added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Dec 5, 2024
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

No branches or pull requests

1 participant