Modify ↓
Ticket #5372 (closed enhancement: duplicate)
Query.fx slideUp slideDown bug with tables
| Reported by: | st.teneff | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | effects | Version: | 1.3.2 |
| Keywords: | slideUp slideDown table | Cc: | |
| Blocking: | Blocked by: |
Description
Hello,
I needed to use slideUp and slideDown effects on <tbody> unfortunately you are setting style "display: block", that is not needed on tables and it "breaks" the table. You may need to check this on animate and the other Effects.
I made a fix that works for me, but I checked it only with the slideUp and slideDown Effects.
Attachments
Change History
Changed 4 years ago by st.teneff
-
attachment
jquery-1.3.2.min.js
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

My fix, but needs testing