-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Can't input more than a character on Safari #41
Comments
This is working for me, now. |
This hasn't been fixed yet in my environment:
Even worth, I couldn't re-edit already-filled nodes. |
Looks like there is a race condition. If I enter some text too quickly, the whole screen goes white and I need to refresh to get the editor working again. If I wait a bit before trying to enter text, I can get one character working in Safari. The editor is working great for me in Chrome and Brave. |
same thing happen to me |
Not sure if this is the same issue or not. It sounds similar at least. On firefox on windows, whenever I type anything, the page goes white. I think it is because the div with id root gets style=display:none set, because when I remove that, everything is visible again, until I try to type anything else. If I load a diagram from the url, or from the parse option, the page also goes white. When I remove the display:none from the root div, it all becomes visible again, and it seems to have loaded everything correctly, and renders the text correctly (but sometimes not including the grid or the nodes, just the text on the arrows). |
On Safari 12.1, one cannot input more than one character for each label, and text mouse-cursor doesn't appear at all.
How To Reproduce
Environment
The text was updated successfully, but these errors were encountered: