Opened 10 years ago
Closed 10 years ago
#12593 closed bug (wontfix)
slideUp and slideDown directly on tables do just show and hide
Reported by: | 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/
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.