Opened 15 years ago
Closed 15 years ago
#1342 closed bug (fixed)
jquery 1.1.3 break opacity in IE6+
Reported by: | AvengingAngel | Owned by: | john |
---|---|---|---|
Priority: | critical | Milestone: | 1.1.4 |
Component: | effects | Version: | 1.1.3 |
Keywords: | opacity | Cc: | |
Blocked by: | Blocking: |
Description
opacity does not work in IE...
example:
<div id="test" style="background-color:Lime; height:100px; width:100px;">vup</div>
jQuery(function($) {
none of this work in IE regarding the opacity $("#test").hide('slow'); $("#test").fadeTo("slow", 0.5); $("#test").fadeOut("slow");
});
Attachments (1)
Change History (8)
Changed 15 years ago by
comment:1 Changed 15 years ago by
It appears that in jQuery 1.1.3, the opacity fork for IE (using the alpha filter) is not functioning. The final display style change to block or none works, so those browsers will simply delay hiding and showing the element until it thinks the animation is done.
comment:2 Changed 15 years ago by
brandon.aaron submitted a opacity fix (3 hours ago) for the jquery.js (rev. 2213)
comment:4 Changed 15 years ago by
Is this corrected in IE? I'm still not seeing the opacity change in IE6 or 7 on this page. The list of names should be going to a 50% opacity (like it does in Firefox) when you mouseover an individual name.
comment:5 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Still having problems here too in IE6 and IE7 - since upgrading to v1.1.3.1, where I used to have an animate call setting the opacity on a div to 30%, I now get 100% opacity without the code having changed. Rolling back to v1.1.2 and everything is fine.
comment:6 Changed 15 years ago by
Owner: | set to john |
---|---|
Status: | reopened → new |
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Works in all browsers for me: http://dev.jquery.com/~john/ticket/1342/
Another test case