[jquery-dev] Animation should not change elments to block - Priority: high

2009-11-13 Thread bluebaron
// Set display property to block for height/width animations if ( ( this.prop == "height" || this.prop == "width" ) && this.elem.style ) {} //this.elem.style.display = "block"; Commenting this line fixes an issue where, while animating, the d

[jquery-dev] Animation should not change elments to block - Priority: high

2009-11-13 Thread bluebaron
// Set display property to block for height/width animations if ( ( this.prop == "height" || this.prop == "width" ) && this.elem.style ) {} //this.elem.style.display = "block"; Commenting this line fixes an issue where, while animating, the d