Modify ↓
Ticket #4096 (closed bug: duplicate)
slideToggle() does not set display property to 'table-row'
| Reported by: | AlexC | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | effects | Version: | 1.3.1 |
| Keywords: | slideToggle, display, table-row, block | Cc: | |
| Blocking: | Blocked by: |
Description
When using 'slideToggle()' on a table row, the CSS display property is set to 'block' instead of 'table-row'. This results in a broken layout (visually).
It works as expected with just 'toggle()'
Change History
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.

This is a dup of #2185.