Bug Tracker

Modify

Ticket #788 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by john

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of by #24

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.