Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:1 follow-up: ↓ 2 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to worksforme
comment:2 in reply to: ↑ 1 Changed 2 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?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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