Skip to main content

Bug Tracker

Side navigation

#4570 closed bug (worksforme)

Opened April 21, 2009 09:37PM UTC

Closed June 12, 2010 06:24PM UTC

Last modified January 11, 2011 11:30AM UTC

Problem with slideUp() in FireFox 3

Reported by: sunix Owned by:
Priority: minor Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: slideup Cc:
Blocked by: Blocking:
Description

It seems like after the upgrade of the library from 1.2.6 to 1.3.2 Firefox failed to hide elements when using slideUp().

This problem was not there in 1.2.6 with FF3, and with 1.3.2 it do work correctly in IE6 (the only 2 versions I have checked).

exampel of the code that dosent work:

$("#some-div-element").slideUp("fast");

Firebug shows no error...

Any idea?

Attachments (0)
Change History (2)

Changed June 12, 2010 06:24PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

I am not seeing a problem with slideUp, please attach a test case.

Changed January 11, 2011 11:30AM UTC by anonymous comment:2

Replying to [comment:1 dmethvin]:

I am not seeing a problem with slideUp, please attach a test case.

I have a similar problem, but with "slow" sliding up. Strangely, when my firebug console in on, everything works fine, but in normal situation slideUp flickers the entire page and I don't see a bit of animation (as if page post back occurred).

IE7 and IE8 works fine, also slideDown works flawlessly. The only problem is with sideUp. Any ideas?