Issue 388: UL elements get overflow:hidden when animating
Status:  WontFix
Owner: ----
Closed:  May 2014
Reported by fmvi...@gmail.com, Dec 28, 2012
When specifying fx attribute to dynatree, after the toggle animation, the UL element being toggled gets "overflow: hidden", so horizontal scroll will not work if needed.

What version of the dynatree and jQuery are you using?
latest for both

On what operating system and browser?
Chrome on Mac

What DOCTYPE declaration are you using?
HTML5 <!DOCTYPE html>

Please provide any additional information below.

Go to line 386 and replace, this will solve the problem:

var duration = opts.fx.duration || 200,
previousOverflow = $(this.ul).css('overflow');

$(this.ul).animate(opts.fx, duration, function() {
      $(this).css('overflow', previousOverflow);
});
May 1, 2014
Project Member #1 moo...@wwwendt.de
As of 2014 Dynatree is feature frozen.
Please have a look at Fancytree (sequel of DynaTree 1.x): chances are good that the problem was resolved / the requested featuer is already implemented.
Please open a new issue there otherwise:

https://github.com/mar10/fancytree
Status: WontFix
May 2, 2014
Project Member #2 moo...@wwwendt.de
Cleanup Scrumboard
Labels: Milestone-Release2.0