Bug Tracker

Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#4570 closed bug (worksforme)

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?

Change History (2)

comment:1 Changed 13 years ago by dmethvin

Resolution: worksforme
Status: newclosed

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

comment:2 in reply to:  1 Changed 12 years ago by anonymous

Replying to 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?

Note: See TracTickets for help on using tickets.