jQuery: The Write Less, Do More JavaScript Library

Ticket #1342 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

jquery 1.1.3 break opacity in IE6+

Reported by: AvengingAngel Assigned to: john
Type: bug Priority: critical
Milestone: 1.1.4 Component: fx
Version: 1.1.3 Keywords: opacity
Cc: Needs: Review

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

fade.html (1.8 kB) - added by noahlazar 1 year ago.
Another test case

Change History

Changed 1 year ago by noahlazar

Another test case

Changed 1 year 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.

Changed 1 year ago by cyberflohr

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

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev [2213].

Changed 1 year 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.

Changed 1 year ago by benoire

  • status changed from closed to reopened
  • resolution 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.

Changed 1 year ago by john

  • owner set to john
  • status changed from reopened to new

Changed 1 year 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/

Note: See TracTickets for help on using tickets.