Search and Top Navigation
#4374 closed bug (duplicate)
Opened March 20, 2009 08:58AM UTC
Closed March 25, 2009 04:38PM UTC
effects show scale doesn't reset the opacity in IE
Reported by: | ZeroMD | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.effects.core | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I use '''.hide('puff', 'fast') to hide an object the object gets alpha(opacity=0);
However after using .show('scale', 'fast'); the object still has alpha(opacity=0);'''
This way it's still invisible in Internet explorer