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

Blind effect broken with jQuery UI 1.12 and IE 11 #719

Closed
mar10 opened this issue Apr 8, 2017 · 2 comments
Closed

Blind effect broken with jQuery UI 1.12 and IE 11 #719

mar10 opened this issue Apr 8, 2017 · 2 comments

Comments

@mar10
Copy link
Owner

mar10 commented Apr 8, 2017

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;
}
@mar10
Copy link
Owner Author

mar10 commented Apr 8, 2017

Adding an inline style while animation is running seems to solve it:

$(node.ul).parent().css("position", "relative");

@mar10 mar10 closed this as completed in 67906f2 Apr 8, 2017
mar10 added a commit that referenced this issue Apr 8, 2017
@mar10
Copy link
Owner Author

mar10 commented Apr 8, 2017

Turned out that renderStatus resetted the fancytree-animating class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant