#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 follow-up: 2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
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?
I am not seeing a problem with slideUp, please attach a test case.