Bug Tracker

Ticket #114 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

slideDown and slideUp Display Issue in Firefox

Reported by: anonymous Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.0 Component: fx
Version: 1.0 Keywords:
Cc: Needs:

Description

This is referring to revision 165.

I have a form and a link like so:


<a href="">link</a> <form> .... </form>


and the following javascript:


$("form").hide(); $("a").toggle( function(){$("form").slideDown("fast");}, function(){$("form").slideUp("fast");} );


Ignoring the toggle issue that I posted right before this, the form doesn't slide down and up properly. The background of it slides correctly, but the actual form elements and form itself instantly show/hide without the slide effect.

This bug wasn't in revision 88, the dev version.

Attachments

Change History

Changed 2 years ago by john

  • version set to 1.0
  • milestone set to 1.0

Fixed in SVN rev 168.

Changed 2 years ago by cdomigan

I reported this issue a while ago, John made the following ticket http://proj.jquery.com/dev/bugs/bug/89/ and apparently closed it. However just confirming that the problem does still exist.

Chris

Changed 2 years ago by john

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

Alright, this problem has been fixed, for real this time :-) - see the latest SVN.

Note: See TracTickets for help on using tickets.