-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Mindmap does not load correctly in Safari browser #152
Comments
Hmm, this looks really bad. Probaby related to the recent SVG-based refactoring. @Majkl45, what happens when you collapse/expand some parts of the map? Does the layout get fixed? Unfortunately, I do not have access to any reasonable Safari (no Mac) to debug & solve this efficiently :-( |
When I collapse/expand some parts of the map, boxes and texts are still getting stuck on the left top corner. I came accros on this problem so I wanted to let you know about this bug. |
Okay, thanks for reporting and clarification. I will try to reproduce (and fix) on some Safari myself. |
Same problem here with Safari, Firefox or Chrome on iPhone. |
I had same kind of problem, I don't know if it will help, I just changed one line in the map.css: I removed the relative position of the item content : .item .content { and now it works perfectly on all browsers. |
It works for me, too. Thanks :) |
Hi Ondras
When I load your simple mindmap or want load mindmap from JSON in Safari(version 14.0.1), there is a bad positioning of items.
When I tryed load mindmap in Chrome,Firefox,Edge and Opera, there is no problem.
Have you any idea what should by wrong?
![mindmap-safari](https://user-images.githubusercontent.com/71708907/148520905-fdac073c-2793-41a8-b5e3-00463e5621a7.png)
The text was updated successfully, but these errors were encountered: