Opened 10 years ago
Closed 8 years ago
#9385 closed bug (cantfix)
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:
Change History (2)
comment:1 Changed 10 years ago by
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 |
comment:2 Changed 8 years ago by
Resolution: | → cantfix |
---|---|
Status: | open → closed |
This is fixed in IE11, but unfortunately there is nothing we can do about this in IE9 and IE10.
Note: See
TracTickets for help on using
tickets.
Reduced: http://jsfiddle.net/tj_vantoll/VVGep/.
This is caused by the
border-radius
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.