Side navigation
#114 closed bug (fixed)
Opened July 29, 2006 09:44PM UTC
Closed August 17, 2006 02:53AM UTC
Last modified June 21, 2007 04:10AM UTC
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.
Attachments (0)
Change History (3)
Changed July 30, 2006 11:07PM UTC by comment:1
milestone: | → 1.0 |
---|---|
version: | → 1.0 |
Changed August 03, 2006 09:42PM UTC by comment:2
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 August 17, 2006 02:53AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Alright, this problem has been fixed, for real this time :-) - see the latest SVN.
Fixed in SVN rev 168.