We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The fix #717 does not work with IE 11. (But looks Ok with Edge, FF, Chrome, and Safari).
It seems that this CSS rule is not honored by IE 11:
li.fancytree-animating { position: relative; }
The text was updated successfully, but these errors were encountered:
Adding an inline style while animation is running seems to solve it:
$(node.ul).parent().css("position", "relative");
Sorry, something went wrong.
67906f2
nodeRenderStatus() must keep existing classes on <li>
<li>
1fc30c5
Update #719
Turned out that renderStatus resetted the fancytree-animating class
No branches or pull requests
The fix #717 does not work with IE 11. (But looks Ok with Edge, FF, Chrome, and Safari).
It seems that this CSS rule is not honored by IE 11:
The text was updated successfully, but these errors were encountered: