Found a bug in IE (all versions), wondering if there is a workaround.
This is the bug in a very simple form using jsfiddle:
In Internet Explorer:
- Click “show”
- Click “hide”
- Click “show” again
Notice how the “hide” link is still in its hovered state? Sometimes it doesn’t happen if you move your mouse fast enough while the element is animating.
This bug doesn’t happen with the “blind” UI animation or the basic slideUp() method, but the “clip” UI animation is really what I need for the project I’m working on.
Thanks for taking a look, hope you can help!
Edit: Please check the below, even more uglier hack, DEMO here
and CSS:
Original Ans:
One quick hack I could think of is to set the color to
#000in.hidecallback,Pleas note that this is not a proper solution.