#4860 closed bug (wontfix)
slideToggle not working with height: auto and all floating elements
Reported by: | capsule | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | effects | Version: | 1.4.4 |
Keywords: | slideToggle slideUp float height needsreview | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
If you apply a slideToggle() effect on an element which height is defined as "auto" in your CSS file and all contained elements are floating (in my case, one element floating left and another floating right), the slideDown works but not the slideUp (it disappear and then slideDown again). I guess this is because the container on which I try to apply the effect has no height due to the floating only elements.
If I define a fixed height on the container, the toggle effect works.
Btw, this is affecting the "slideUp" effect as well (not working, for the same reason I guess).
Maybe jQuery should calculate the height of the container based on its children's height?
HTH, Regards.
Change History (7)
comment:1 Changed 13 years ago by
Component: | unfiled → fx |
---|
comment:2 Changed 13 years ago by
Summary: | slideToogle not working with height: auto and all floating elements → slideToggle not working with height: auto and all floating elements |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Keywords: | needsreview added |
---|---|
Milestone: | 1.4 |
Priority: | major → low |
Version: | 1.3.2 → 1.4.4 |
comment:5 Changed 12 years ago by
I've found similar behaviour when applying slideUp/slideDown effects to block elements floated:
if element is directly floated (I mean, not inheriting floating from ancestor element), slideUp/slideDown effects only hide/show the element, but the animation is not shown.
if the floating is moved upside to an ancestor slideUp/slideDown works fine.
I hope it helps to track and fix this problem.
comment:6 Changed 12 years ago by
Milestone: | → 1.next |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
I don't think this is something we want to change. There are many resources for doing clearfixes and jQuery is correctly animating the height of 0.
comment:7 Changed 11 years ago by
A similar behavior occurs when using min-height instead of height. The target div just appears and disappears without showing the sliding effect.
#5131 is a duplicate of this ticket.