Side navigation
#12593 closed bug (wontfix)
Opened September 22, 2012 09:48PM UTC
Closed September 23, 2012 03:28PM UTC
slideUp and slideDown directly on tables do just show and hide
Reported by: | 6480235@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when doing slideup/slidedown on table directly it just show/hide. if you do it no container - it goes well.
see here: http://jsfiddle.net/x9EPy/
Attachments (0)
Change History (1)
Changed September 23, 2012 03:28PM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
Thanks for the report!
This makes sense that this wouldn't work because a table's height is made up of the height's of its TD's. If you want to use neat effects on tables, use jQuery UI, as it does exactly what you've done here... wrap the table in an element and then animate that.
With that said, I'm closing this as wontfix.