-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Text is not rendered in nodes of flowchart with several commas #5787
Comments
It seems this also breaks if I replace commas with semicolons |
Updating: When you use special characters like comma, dot (dot is new), semicolon, and you type them more than once, the rendering breaks. A single special character is fine |
I believe that this may be a firefox only issue |
It's appears to be a Firefox issue and it isn't the number of commas, it fails to render the text if it's long enough to wrap.
When it doesn't render:
When it does render:
Using the config to not use foreignObject renders the text correctly: #2688 (comment) |
As a mitigation you can conditionally disable htmlLabels for Firefox user-agents.
|
This issue looks to be a duplicate of #5785 |
#5787 Fix for issue with labels in firefox
…sidv/configReturn * 'develop' of https://github.com/mermaid-js/mermaid: #5787 Fix for issue with labels in firefox
Description
When I wrote a node with text in double quotes with several commas, the text is not rendered inside a node.
Steps to reproduce
Screenshots
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: