Side navigation
#788 closed bug (duplicate)
Opened January 11, 2007 10:31PM UTC
Closed January 13, 2007 07:43PM UTC
Last modified June 20, 2007 06:39AM UTC
toggle issue on tables
Reported by: | mathieuma@users.sour | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1a |
Component: | core | Version: | 1.1a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (0)
Change History (1)
Changed January 13, 2007 07:43PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of by #24