#114 closed bug (fixed)
slideDown and slideUp Display Issue in Firefox
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | effects | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Change History (3)
comment:1 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Version: | → 1.0 |
comment:2 Changed 17 years ago by
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
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Alright, this problem has been fixed, for real this time :-) - see the latest SVN.
Fixed in SVN rev 168.