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
We are using Fancytree on our project. As soon as we click on Create Sub Category, the category appears for a few milliseconds and the disappears as it's shown on the picture:
The error looks like this:
In code the error appears here:
// Append to fragment
tmp = getAll(safe.appendChild(elem), "script");
Uncaught NotFoundError: Failed to execute 'appendChild' on 'Node': The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler?
So far we have no idea why this is happening.
The text was updated successfully, but these errors were encountered:
This is not enough information to analyze the problem, since we don't know what you are doing in the context menu and why. (The exception is raised inside jQuery.) Maybe you can set up a jsFiddle to reproduce...
We are using Fancytree on our project. As soon as we click on Create Sub Category, the category appears for a few milliseconds and the disappears as it's shown on the picture:
The error looks like this:
In code the error appears here:
// Append to fragment
tmp = getAll(safe.appendChild(elem), "script");
Uncaught NotFoundError: Failed to execute 'appendChild' on 'Node': The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler?
So far we have no idea why this is happening.
The text was updated successfully, but these errors were encountered: