Skip to content
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

Creating sub category fails. #397

Closed
JakubHolovsky opened this issue Feb 17, 2015 · 4 comments
Closed

Creating sub category fails. #397

JakubHolovsky opened this issue Feb 17, 2015 · 4 comments
Labels

Comments

@JakubHolovsky
Copy link

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:

image

The error looks like this:

image

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.

@mar10
Copy link
Owner

mar10 commented Feb 18, 2015

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...

@mar10 mar10 closed this as completed Feb 18, 2015
@JakubHolovsky
Copy link
Author

Hello Mar10,

here is a jsfiddle of the problem.

http://jsfiddle.net/6q92b9qx/4/

Cheers,

Jakub

@mar10 mar10 added the ext-edit label Feb 19, 2015
@mar10
Copy link
Owner

mar10 commented Feb 19, 2015

thanks

@mar10 mar10 reopened this Feb 19, 2015
@vladtheman
Copy link

Hi Marten,

I am also having similar issue. Is there workaround to this? Thanks.

Vlad

@mar10 mar10 closed this as completed in 4bff319 Feb 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants