You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
You must agree to search and the code of conduct. You must fill in this entire template. If you delete part/all or miss parts out your issue will be closed.
If you are technical, you should reporting bugs along the lines of https://marker.io/blog/how-to-write-bug-report. If you are not technical, we will make allowances, please try to make an effort to understand the process.
Describe the bug
The HTML escaping introduced here for fontName leads to invalid font-family styles for font lists with some quoted elements.
To Reproduce
Steps to reproduce the behavior:
For a shape with a label, set the custom font to: "Helvetica Neue", Helvetica
The shape is rendered with the browser's fall-back, e.g. serif.
Expected behavior
font-family style is correct and specified font is rendered.
Screenshots
See above.
draw.io version (In the Help->About menu of the draw.io editor):
draw.io version 24.7.1
I tested the problem in incognito/private mode with all browser extensions switched off, write "yes" below:
Yes
The text was updated successfully, but these errors were encountered:
Preflight Checklist
You must agree to search and the code of conduct. You must fill in this entire template. If you delete part/all or miss parts out your issue will be closed.
If you are technical, you should reporting bugs along the lines of https://marker.io/blog/how-to-write-bug-report. If you are not technical, we will make allowances, please try to make an effort to understand the process.
Describe the bug
The HTML escaping introduced here for
fontName
leads to invalid font-family styles for font lists with some quoted elements.To Reproduce
Steps to reproduce the behavior:
"Helvetica Neue", Helvetica
serif
.Expected behavior
font-family style is correct and specified font is rendered.
Screenshots
See above.
draw.io version (In the Help->About menu of the draw.io editor):
I tested the problem in incognito/private mode with all browser extensions switched off, write "yes" below:
The text was updated successfully, but these errors were encountered: