-
Notifications
You must be signed in to change notification settings - Fork 3.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
DOM html appoint you svga rights to render events not DOM #2649
Comments
Could you please provide more detail on the issue and how to reproduce it? |
svga is not DOM .... like an iframe in a HTML page they send message to each other |
I'm still not sure I follow. What are the steps that would cause an issue? Create an SVG with ...? Why is it an issue? It causes ...? |
tk i did solve it .... it had to do with validating a text-input.... tk.... Julien |
Ah, that updating issue in specific is fixed in the release going out this week. |
I found anew type of bug.... MYGenerator['column_def'] = function(block) { nasty error shows up in DOM and all i did was drag drop remove add remove with 2 blocks...... here is what i mean.... a root node starts the call process nothing else..... a calls b because its connected and b calls c because a requested it not b and c is connected to b.... root node is not a workplace it runs and commands return code events drag drop is work-space events.... |
That's probably related to #2646 The easiest way to fix it is to check workspace.isDragging() in the code that calls the generator and to skip generating while a drag is in progress. If you have further problems I'd recommend asking on the forum and including information like
We are faster to respond on the forums and providing a clearer explanation of what you're doing and the problem will make it easier for folks to answer your question. |
Problem statement
Expected Behavior
Actual Behavior
Steps to Reproduce
Stack Traces
Operating System and Browser
Additional Information
The text was updated successfully, but these errors were encountered: