Modify ↓
Ticket #788 (closed bug: duplicate)
toggle issue on tables
| Reported by: | mathieuma@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1a |
| Component: | core | Version: | 1.1a |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Show / hide in table rows don't work well under IE because it uses display block.
I get arround the issue as follow : document.all ? 'block' : 'table-row'
But it would be great if it could be automatic :)
(Not a new issue, existed before)
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.

Duplicate of by #24