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

Error when refreshing two times the same node #32

Closed
lmaisonnasse opened this issue Jun 6, 2011 · 1 comment
Closed

Error when refreshing two times the same node #32

lmaisonnasse opened this issue Jun 6, 2011 · 1 comment

Comments

@lmaisonnasse
Copy link

When refreshing one node the data jstree-is-loading is set to true, and when we refresh again the same node this data prevent the node to be refresh.

one solution that seems to work is to add :
obj.data("jstree-is-loading",false);
at line 534

@vakata
Copy link
Owner

vakata commented Jul 11, 2011

Maybe the problem is the jquery underscore data bug. But also - this is the desired behavior - the node won't refresh until it is done "refreshing".

@vakata vakata closed this as completed Jul 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants