id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
6476,"fadeOut function fadeIn - IE8 Only (Not IE7, IE6)",nhuebner,,"I was able to reproduce a bug in IE8 which does not face back in the animation.

here's an example in IE8:

						returnDataTo.fadeOut(function() { returnDataTo.html('<div class=""saved_html"" style=""display:none;"">'+returnDataTo.html()+'</div><div class=""data-incoming"">'+data.fields.field_data + data.fields.save_controls)+""</div>""; returnDataTo.show(); });

As you can see, I had to use "".show();"" because.... .fadeIn(); would not work. I would much rather fade back in upon the completion of the fadeOut, rather than fadeIn at the same time as fading out. 

In this bug, replace .show(); with .fadeIn();, in IE8 (only IE8), jquery will not fadeIn();, it still acts as if it is still fadeOut();.
",bug,closed,,1.4.3,effects,1.4.2,,fadeIn during fadeOut bug,,,
