Bug Tracker

Opened 16 years ago

Closed 16 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)

fade.html (1.8 KB) - added by noahlazar 16 years ago.
Another test case

Download all attachments as: .zip

Change History (8)

Changed 16 years ago by noahlazar

Attachment: fade.html added

Another test case

comment:1 Changed 16 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 16 years ago by cyberflohr

brandon.aaron submitted a opacity fix (3 hours ago) for the jquery.js (rev. 2213)

comment:3 Changed 16 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN rev [2213].

comment:4 Changed 16 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 16 years ago by benoire

Resolution: fixed
Status: closedreopened

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 16 years ago by john

Owner: set to john
Status: reopenednew

comment:7 Changed 16 years ago by john

Resolution: fixed
Status: newclosed

Works in all browsers for me: http://dev.jquery.com/~john/ticket/1342/

Note: See TracTickets for help on using tickets.