Bug Tracker

Ticket #788 (closed bug: duplicate)

Opened 2 years ago

Last modified 1 year ago

toggle issue on tables

Reported by: mathieuma@… Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.1a Component: core
Version: 1.1a Keywords:
Cc: Needs:

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)

Attachments

Change History

Changed 2 years ago by john

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of by #24

Note: See TracTickets for help on using tickets.