Search and Top Navigation
#9385 closed bug (cantfix)
Opened June 20, 2013 08:31AM UTC
Closed November 18, 2014 04:21AM UTC
Effects: Blind effect animation issues in IE9 / IE10
Reported by: | pb1uk66 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.effects.* (individual effect) | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I've posted this in the jQuery forum and have been pointed this way.
I'm using a simple snippet of jquery to show/hide or toggle the visibility of a div. This is working fine in all browsers accept Internet Explorer 9 and 10, jQuery v1.7.2. When viewed in Chrome/Firefox the animation operates smoothly.
I've created a jsfiddle to show the problem; http://jsfiddle.net/JaVfp/
The script even does its job it's just the way it does it! They say a picture tells a thousand words, here's the problem:[[Image(http://forum.jquery.com/viewImage.do?fileId=14737000004258619&forumGroupId=14737000000003003)]]
Attachments (0)
Change History (2)
Changed June 21, 2013 01:01AM UTC by comment:1
component: | ui.core → ui.effects.* (individual effect) |
---|---|
status: | new → open |
summary: | jQuery UI show/toggle problem in IE9 → Effects: Blind effect animation issues in IE9 / IE10 |
Changed November 18, 2014 04:21AM UTC by comment:2
resolution: | → cantfix |
---|---|
status: | open → closed |
This is fixed in IE11, but unfortunately there is nothing we can do about this in IE9 and IE10.
Reduced: http://jsfiddle.net/tj_vantoll/VVGep/.
This is caused by the
and absolute positioning. If either of those are removed this works fine.I'm relatively sure there's nothing we can do about this, but we could further reduce this and report it to Microsoft.