I take that back ... neither of those patches are going to work. This new patch should fix everything dealing with opacity and IE. I was running around in circles through that fx code for forever to figure all of it out.
Bug report: http://jquery.com/dev/bugs/bug/204/ New patch against revision 404: http://brandonaaron.net/jquery/opacity/opacity.diff Example/Test: http://brandonaaron.net/jquery/opacity/opacity.html Broken, unpatched revision 396: http://brandonaaron.net/jquery/opacity/opacity.broken.html Brandon Aaron On 10/6/06, Brandon Aaron <[EMAIL PROTECTED]> wrote: > Please use the patch in the comments as it will work. The first patch > (in the yellow) is the first but doesn't patch everything. The second > patch will fix what you need. > > I'm actually working on a better one right now and might have > something ready within the hour. > > -- > Brandon Aaron > > On 10/6/06, Kolak Roy M. <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Brandon, > > > > > > > > I applied your patch to the uncompressed jquery.js file. I added the > > appropriate lines and removed the marked lines. I only applied the top > > patch (the patch in the yellow box) to the jquery.js file. For each > > situation, I used the .show and .hide functions of the fx module. The > > results were not as expected… > > > > > > > > FireFox (1.5.0.7)- > > > > Text and forms are displayed/hidden correctly > > > > > > > > IE (6.0.29…)- > > > > Text Only – showing and hiding works the first time. If I try to perform > > these tasks again, I can see the div tag expand, but no text is displayed. > > > > Form Only – The form is either visible or not, no transition is used. > > Performed successfully many times > > > > Form and Text – The transition is applied to the text, but not the form. > > Performed many times, received same results > > > > > > > > > > > > > > > > > > _______________________________________________ > > jQuery mailing list > > [email protected] > > http://jquery.com/discuss/ > > > > > > > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
