Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
comment:1 Changed 6 years ago by noahlazar
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 6 years ago by cyberflohr
brandon.aaron submitted a opacity fix (3 hours ago) for the jquery.js (rev. 2213)
comment:3 Changed 6 years ago by john
- Status changed from new to closed
- Resolution set to fixed
Fixed in SVN rev [2213].
comment:4 Changed 6 years ago by tclancy
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 6 years ago by benoire
- Status changed from closed to reopened
- Resolution fixed deleted
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:7 Changed 6 years ago by john
- Status changed from new to closed
- Resolution set to fixed
Works in all browsers for me: http://dev.jquery.com/~john/ticket/1342/
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.


Another test case