draw.io diagram's ain't rendering properly, missing elements and other things as well. #6881
Replies: 4 comments 4 replies
-
Update no 1:I am able to workaround this bug, If I delete those problematic elements, and redo those. Sometimes this too ain't helping, but I do it untill it renders properly. |
Beta Was this translation helpful? Give feedback.
-
Update no. 2So, it turns out, If I redo the whole diagram, it renders properly. It could be an error with the translation of the diagram to HTML? Anyway, I managed to fix MY issue, but this bug is still prevalent, so I'm not going to close this. |
Beta Was this translation helpful? Give feedback.
-
Update no. 3Okay, so it's been a cuple of days, and there might be an issue with draw.io itself not with Wiki.JS. Maybe with both, IDK, but here is some new info: |
Beta Was this translation helpful? Give feedback.
-
This just started happening to me on my team's Wiki. We moved from a self hosted Wiki.js to the WIki.js running in a docker container and our Draw.io diagrams are rendering without the text. We can see the shapes/connectors, but the text is blank. When we edit in Draw.io the text is there. The container-hosted version is 2.5.308. I'm looking to reconfigure the old host to see if the issue persists there, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Edit - There are updates
Is there any fix or workaround, that I could try?
So, the main issue is what is in the title. Sometimes (especially if there is a lot and big diagrams) it renders completely wrong, missing elements, text boxes, etc...
I have been using Wiki.JS for our internal knowledge system, but we want to use it as an online wiki for our machinery, that we produce and sell, and the draw.io integration is a big deal for me.
Why you didn't provide a screenshot?
If needed, I will provide some screenshots, but the current diagrams that are broken have some confidential information, that I am not able to share and/or blur out, because those elements are THE broken parts.
What is the curent structure where the bug is?
There are 3
```diagram
element under each other inside of a<div>
with aclass=
and right before them there is a<a name=>
tag too (for easy hyperlinking). All of the```diagram
s are in a different<div>
s and all of them have sperate<a>
tags.For example (not the exact .md structure, but close enugh):
I hope you get the point.
Another thing is, that those missing elements
onlyin most case happens to go missing when there is an imported image from device (NOT linked from another website)Some information about the eviroment, that I'm running Wiki.JS
I use wiki.JS in Docker, it have internet connection and many, many custom CSS code injected (that could be a problem?), that we are using for branding, and ease of use.
Edit: Methods that I tried
I tried to re arrange the diagrams, sometimes it works, sometimes it dosen't that may imply a bigger issue, than I am unaware of, I have tried a fresh new install of Wiki.JS without any of the changes that I made (with the exception of
master.js
line 94, where I increased the maximum file size form 1 mb to 100 mb (according to this thread)). and the problem still there (I imported the pages form my github repo).Beta Was this translation helpful? Give feedback.
All reactions