Side navigation
#6476 closed bug ()
Opened April 23, 2010 02:36PM UTC
Closed November 11, 2010 11:09PM UTC
Last modified March 15, 2012 01:24PM UTC
fadeOut function fadeIn - IE8 Only (Not IE7, IE6)
Reported by: | nhuebner | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | effects | Version: | 1.4.2 |
Keywords: | fadeIn during fadeOut bug | Cc: | |
Blocked by: | Blocking: |
Description
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();.
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!