#3177 closed bug
slideUp and slideDown on table
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | effects | Version: | 1.2.6 |
Keywords: | table, tr, td, slideDown | Cc: | |
Blocked by: | Blocking: |
Description
A column (td) that contains colspan="x" will have this property ignored when using slideDown and slideUp. Toggle() on the other hand will work perfectly.
Attachments (2)
Change History (7)
comment:1 Changed 15 years ago by
need: | Review → Test Case |
---|
comment:2 follow-up: 5 Changed 12 years ago by
My original test case didn't include a colspan so I have attached another one.
This seems to be related to #2041 which says slide animations aren't supported on table rows. We haven't documented that though.
Changed 12 years ago by
Attachment: | test-3177-2.html added |
---|
comment:3 Changed 12 years ago by
Status: | new → pending |
---|
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!
comment:4 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
comment:5 Changed 10 years ago by
Replying to dmethvin:
My original test case didn't include a colspan so I have attached another one.
This seems to be related to #2041 which says slide animations aren't supported on table rows. We haven't documented that though.
animations works with table row, but the animations flickers with Jquery1.7 add jquery 1.8 and it works good
Can you please provide a test case ? that is, a small html file with the minimum html/css/js necessary to reproduce the problem. Thanks