#3839 closed bug (wontfix)
table caption slideDown slideUp bugs
Reported by: | expertseries | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | effects | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
tables with captions cause parent element to animate improperly
http://www.expertseries.com/temp/jquery-1.3b2.slideDown.caption.bug/
Change History (3)
comment:1 Changed 14 years ago by
Component: | unfilled → fx |
---|---|
Milestone: | 1.3 → 1.3.1 |
Resolution: | → wontfix |
Status: | new → closed |
Version: | 1.2.6 → 1.3 |
comment:2 Changed 14 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Attached the same page to jq 1.3 http://www.expertseries.com/temp/jquery-1.3.slideDown.caption.bug/
Am only really concerned with the first example (divs wrapped tables with captions won't animate slidedown properly in safari/ff) but agree, tables are not really meant for this, captions have always had varied implementations and the workaround is easy enough: use h1 (rather than caption) and always animating a wrapped div for tables.
Thanks for all the great work.. the 1.3 animations (with margin/padding) are hot. ;)
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
So, first off: I don't think we've ever really supported animations on tables. Their heights weren't meant to be manipulated dynamically from script.
As far as the div animations go, though, they seem to be fine. If you could try it again in 1.3 final I think it'll be ok. Regardless, there's no a whole lot that we can do on our end since we end up just animating to the height provided by the browser.