Search and Top Navigation
#4274 closed bug (fixed)
Opened March 04, 2009 01:58PM UTC
Closed July 09, 2009 04:00AM UTC
New show hide effects don't execute correctly in IE
Reported by: | ZeroMD | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.effects.core | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I hide a div in Internet Explorer with
$('#picker_holder').hide('puff', 'fast');
the div will disappear.
The show function does place the div on the page, but it's not visible (I can however click on the invisible content )
Also see #4374, closed as duplicate.